This commit is contained in:
Pablo Moyano 2021-03-23 14:38:12 +01:00
parent 2ff083552e
commit 4b17105eda
1 changed files with 11 additions and 8 deletions

View File

@ -46,15 +46,18 @@
></script>
<script>
Sentry.init({
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
integrations: [new Integrations.BrowserTracing()],
import * as Sentry from "@sentry/browser";
import { Integrations } from "@sentry/tracing";
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
});
Sentry.init({
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
integrations: [new Integrations.BrowserTracing()],
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.
// We recommend adjusting this value in production
tracesSampleRate: 1.0,
});
</script>
<header>