diff --git a/src/analytics.ts b/src/analytics.ts index ab7e65d..1709ed3 100644 --- a/src/analytics.ts +++ b/src/analytics.ts @@ -21,7 +21,6 @@ const sentryOptions: Sentry.BrowserOptions = { environment: IN_PRODUCTION_MODE ? 'production' : 'development', // Not safe to activate all integrations in non-Chrome environments where Gitako may not run in top context // https://docs.sentry.io/platforms/javascript/#sdk-integrations - defaultIntegrations: false, integrations: integrations => integrations.filter(({ name }) => name !== 'TryCatch'), beforeSend(event) { const message = event.exception?.values?.[0].value || event.message