Enable sentry integrations.

This commit is contained in:
Robin Huang
2025-07-17 18:25:44 -07:00
committed by Jennifer Weber
parent 7649feb47f
commit cb5894a100

View File

@@ -36,11 +36,8 @@ Sentry.init({
dsn: __SENTRY_DSN__,
enabled: __SENTRY_ENABLED__,
release: __COMFYUI_FRONTEND_VERSION__,
integrations: [],
autoSessionTracking: false,
defaultIntegrations: false,
normalizeDepth: 8,
tracesSampleRate: 0
tracesSampleRate: 1.0
})
app.directive('tooltip', Tooltip)
app