Fix
This commit is contained in:
parent
2ff083552e
commit
4b17105eda
19
index.html
19
index.html
@ -46,15 +46,18 @@
|
|||||||
></script>
|
></script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
Sentry.init({
|
import * as Sentry from "@sentry/browser";
|
||||||
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
|
import { Integrations } from "@sentry/tracing";
|
||||||
integrations: [new Integrations.BrowserTracing()],
|
|
||||||
|
|
||||||
// Set tracesSampleRate to 1.0 to capture 100%
|
Sentry.init({
|
||||||
// of transactions for performance monitoring.
|
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
|
||||||
// We recommend adjusting this value in production
|
integrations: [new Integrations.BrowserTracing()],
|
||||||
tracesSampleRate: 1.0,
|
|
||||||
});
|
// Set tracesSampleRate to 1.0 to capture 100%
|
||||||
|
// of transactions for performance monitoring.
|
||||||
|
// We recommend adjusting this value in production
|
||||||
|
tracesSampleRate: 1.0,
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
Reference in New Issue
Block a user