Remove expect-error directive

This commit is contained in:
2024-08-23 01:34:12 -04:00
parent b8b5cf3f21
commit 2e5324e281

View File

@ -10,7 +10,6 @@ Sentry.init({
dsn:
document.querySelector("meta[name='dsn']")?.getAttribute("content") ??
undefined,
// @ts-expect-error
integrations: [Sentry.browserTracingIntegration()],
tracesSampleRate: 0.1,
});