mirror of
https://github.com/danbulant/Mangades
synced 2026-07-07 12:00:36 +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
|
// @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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue