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 5737cfe commit ea89f4eCopy full SHA for ea89f4e
pages/requests/index.js
@@ -1,6 +1,4 @@
1
import React from 'react'
2
-import { Integrations } from '@sentry/tracing'
3
-import * as Sentry from '@sentry/react'
4
import { useSession } from 'next-auth/react'
5
import { useRouter } from 'next/router'
6
import {
@@ -17,14 +15,6 @@ import {
17
15
useAllRequests
18
16
} from '../../utils'
19
20
-Sentry.init({
21
- dsn: process.env.SENTRY_DSN,
22
- integrations: [
23
- new Integrations.BrowserTracing(),
24
- ],
25
- tracesSampleRate: 1.0,
26
-});
27
-
28
const Requests = () => {
29
const router = useRouter()
30
const { data: session } = useSession()
0 commit comments