Fix sentry browser tracing
This commit is contained in:
@ -10,7 +10,8 @@ Sentry.init({
|
||||
dsn:
|
||||
document.querySelector("meta[name='dsn']")?.getAttribute("content") ??
|
||||
undefined,
|
||||
integrations: [new Sentry.BrowserTracing()],
|
||||
// @ts-expect-error
|
||||
integrations: [Sentry.browserTracingIntegration()],
|
||||
tracesSampleRate: 0.1,
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user