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 0bbbc88 commit 51f21f3Copy full SHA for 51f21f3
pages/_app.js
@@ -1,5 +1,3 @@
1
-import { Integrations } from '@sentry/tracing'
2
-import * as Sentry from '@sentry/react'
3
import { Footer, Header } from '@scientist-softserv/webstore-component-library'
4
import { SWRConfig } from 'swr'
5
import {
@@ -19,14 +17,6 @@ import {
19
17
} from '../utils'
20
18
import '../utils/theme/globals.scss'
21
22
-Sentry.init({
23
- dsn: process.env.SENTRY_DSN,
24
- integrations: [
25
- new Integrations.BrowserTracing(),
26
- ],
27
- tracesSampleRate: 1.0,
28
-})
29
-
30
const WebStore = ({ Component }) => {
31
const { data: session } = useSession()
32
0 commit comments