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