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 0316f61 commit 8267372Copy full SHA for 8267372
pages/_error.js
@@ -20,10 +20,6 @@ import * as Sentry from '@sentry/nextjs'
20
import NextErrorComponent from 'next/error'
21
22
const CustomErrorComponent = props => {
23
- // If you're using a Nextjs version prior to 12.2.1, uncomment this to
24
- // compensate for https://github.com/vercel/next.js/issues/8592
25
- // Sentry.captureUnderscoreErrorException(props)
26
-
27
return <NextErrorComponent statusCode={props.statusCode} />
28
}
29
0 commit comments