Remove expect-error directive
This commit is contained in:
parent
b8b5cf3f21
commit
2e5324e281
@ -10,7 +10,6 @@ Sentry.init({
|
|||||||
dsn:
|
dsn:
|
||||||
document.querySelector("meta[name='dsn']")?.getAttribute("content") ??
|
document.querySelector("meta[name='dsn']")?.getAttribute("content") ??
|
||||||
undefined,
|
undefined,
|
||||||
// @ts-expect-error
|
|
||||||
integrations: [Sentry.browserTracingIntegration()],
|
integrations: [Sentry.browserTracingIntegration()],
|
||||||
tracesSampleRate: 0.1,
|
tracesSampleRate: 0.1,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user