Remove Sentry
This commit is contained in:
parent
66013b2dd4
commit
e307165ea8
19
index.html
19
index.html
@ -38,25 +38,6 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- Sentry -->
|
|
||||||
<script
|
|
||||||
src="https://browser.sentry-cdn.com/6.2.3/bundle.tracing.min.js"
|
|
||||||
integrity="sha384-gDTsbUCgFQKbxNZj/RvveTOuAPZgNMjQzMdsD2TI/7YSPN+r49xERr43VxADcGVV"
|
|
||||||
crossorigin="anonymous"
|
|
||||||
></script>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
Sentry.init({
|
|
||||||
dsn: "https://969ab005144243e98ae3e17d3f624e5a@sentry.fosc.space/3",
|
|
||||||
integrations: [new Sentry.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>
|
<header>
|
||||||
<section class="navigation">
|
<section class="navigation">
|
||||||
<div class="nav-container">
|
<div class="nav-container">
|
||||||
|
Loading…
Reference in New Issue
Block a user