add domains to tracing

This commit is contained in:
Daniel Bulant 2022-12-12 22:20:11 +01:00
parent c2000e6b43
commit 96795593ea

View file

@ -17,7 +17,9 @@
// @ts-ignore // @ts-ignore
release: import.meta.env.VITE_SENTRY_RELEASE, release: import.meta.env.VITE_SENTRY_RELEASE,
integrations: [ integrations: [
new BrowserTracing(), new BrowserTracing({
tracePropagationTargets: ["localhost", "manga.danbulant.eu", "tachiyomi.manga-d7tp.pages.dev", "manga-d7tp.pages.dev", /^\/.*/]
}),
], ],
tracesSampleRate: 1 tracesSampleRate: 1
}); });