mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 14:51:19 +00:00
add domains to tracing
This commit is contained in:
parent
c2000e6b43
commit
96795593ea
1 changed files with 4 additions and 2 deletions
|
|
@ -17,9 +17,11 @@
|
|||
// @ts-ignore
|
||||
release: import.meta.env.VITE_SENTRY_RELEASE,
|
||||
integrations: [
|
||||
new BrowserTracing(),
|
||||
new BrowserTracing({
|
||||
tracePropagationTargets: ["localhost", "manga.danbulant.eu", "tachiyomi.manga-d7tp.pages.dev", "manga-d7tp.pages.dev", /^\/.*/]
|
||||
}),
|
||||
],
|
||||
tracesSampleRate: 1
|
||||
tracesSampleRate: 1
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue