Add sentry

This commit is contained in:
Pablo Moyano 2021-03-23 14:37:21 +01:00
parent 1c812ed84c
commit 2ff083552e
1 changed files with 19 additions and 0 deletions

View File

@ -38,6 +38,25 @@
<body>
<!-- Sentry -->
<script
src="https://browser.sentry-cdn.com/6.2.3/bundle.min.js"
integrity="sha384-n6TNefxJMUTqJauZtoDyDhAs5Ng0VzcMTy0/afmyZoVZpaQ2clYR1LBa4SqhVySs"
crossorigin="anonymous"
></script>
<script>
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>
<section class="navigation">
<div class="nav-container">