We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688b1b9 commit 196f1ebCopy full SHA for 196f1eb
core/frontend/src/main.ts
@@ -43,8 +43,8 @@ console.info(`Running: ${release}`)
43
if (version) {
44
Sentry.init({
45
Vue,
46
- release: release,
47
- dsn: "https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040",
+ release,
+ dsn: 'https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040',
48
integrations: [
49
Sentry.browserTracingIntegration({ router }),
50
Sentry.replayIntegration(),
0 commit comments