Remove Metrics alias from logger

This commit is contained in:
Eric Bailey
2026-01-21 14:50:08 -06:00
parent 6b33423d14
commit 82706fbd19
4 changed files with 46 additions and 56 deletions
-1
View File
@@ -12,7 +12,6 @@ import {
import {enabledLogLevels} from '#/logger/util'
import {type Events as Metrics} from '#/analytics/metrics/types'
import {ENV} from '#/env'
export {type Events as Metrics} from '#/analytics/metrics/types'
const TRANSPORTS: Transport[] = (function configureTransports() {
switch (ENV) {