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

View File

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