Skip to content

Commit

Permalink
fix(sentry): update integration
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Dec 23, 2023
1 parent d80c317 commit 372fc28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sentry.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
Sentry.captureMessage('Something went wrong')

import * as Sentry from '@sentry/react'
import { BrowserTracing } from '@sentry/tracing'
import { BrowserTracing } from '@sentry/browser'

const enableSentry =
SENTRY_DSN !== undefined && import.meta.env.PROD !== undefined
Expand Down

0 comments on commit 372fc28

Please sign in to comment.