Skip to content

Commit

Permalink
core:frontend: Fix lint main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMario109 authored and patrickelectric committed Aug 26, 2024
1 parent 688b1b9 commit 196f1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/frontend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ console.info(`Running: ${release}`)
if (version) {
Sentry.init({
Vue,
release: release,
dsn: "https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040",
release,
dsn: 'https://d87285a04a74f71aac13445f60506708@o4507696465707008.ingest.us.sentry.io/4507765318615040',
integrations: [
Sentry.browserTracingIntegration({ router }),
Sentry.replayIntegration(),
Expand Down

0 comments on commit 196f1eb

Please sign in to comment.