fix sentry script

This commit is contained in:
Colin
2021-11-23 21:50:30 +08:00
parent 00355b9619
commit f88756a87c

View File

@@ -54,7 +54,7 @@
<script>
Sentry.init({
dsn: "https://446fb53b106744b1b70e1074e68a5e71@o850059.ingest.sentry.io/6077493",
integrations: [new Integrations.BrowserTracing()],
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