This commit is contained in:
Pablo Moyano 2021-03-23 14:40:59 +01:00
parent 1fd9229290
commit 7a1a794302
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<script>
Sentry.init({
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
integrations: [new Semtry.Integrations.BrowserTracing()],
integrations: [new Sentry.Integrations.BrowserTracing()],
// Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring.