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 d5be946 commit d3d7dc6Copy full SHA for d3d7dc6
pages/index.js
@@ -18,8 +18,8 @@ import {
18
ABOUT_US_TITLE,
19
APP_TITLE,
20
} from '../utils'
21
-import { Integrations } from "@sentry/tracing";
22
-import * as Sentry from "@sentry/react";
+import { Integrations } from '@sentry/tracing'
+import * as Sentry from '@sentry/react'
23
24
Sentry.init({
25
dsn: process.env.SENTRY_DSN,
0 commit comments