Skip to content

Commit 8267372

Browse files
committed
remove unnecessary comment
1 parent 0316f61 commit 8267372

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pages/_error.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ import * as Sentry from '@sentry/nextjs'
2020
import NextErrorComponent from 'next/error'
2121

2222
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-
2723
return <NextErrorComponent statusCode={props.statusCode} />
2824
}
2925

0 commit comments

Comments
 (0)