Skip to content

Commit 51f21f3

Browse files
committed
remove code related to sentry/react and sentry/tracing
1 parent 0bbbc88 commit 51f21f3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pages/_app.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { Integrations } from '@sentry/tracing'
2-
import * as Sentry from '@sentry/react'
31
import { Footer, Header } from '@scientist-softserv/webstore-component-library'
42
import { SWRConfig } from 'swr'
53
import {
@@ -19,14 +17,6 @@ import {
1917
} from '../utils'
2018
import '../utils/theme/globals.scss'
2119

22-
Sentry.init({
23-
dsn: process.env.SENTRY_DSN,
24-
integrations: [
25-
new Integrations.BrowserTracing(),
26-
],
27-
tracesSampleRate: 1.0,
28-
})
29-
3020
const WebStore = ({ Component }) => {
3121
const { data: session } = useSession()
3222

0 commit comments

Comments
 (0)