Enable Sentry on web only

This commit is contained in:
Eric Bailey
2025-02-12 10:24:17 -06:00
parent 1d859325c7
commit df50f7d6a3
10 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {LogContext} from '#/logger/logContext'
import type {Sentry} from '#/logger/sentry'
import type {Sentry} from '#/logger/sentry/lib'
export enum LogLevel {
Debug = 'debug',