Skip to content

Commit 26c4471

Browse files
authored
clean up comment
1 parent 7745aa8 commit 26c4471

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nuxt/src/runtime/plugins/sentry.client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export default defineNuxtPlugin({
6666
});
6767

6868
nuxtApp.hook('app:error', error => {
69-
// Do not handle 404 and 422
7069
if (isNuxtError(error)) {
7170
// Do not report if status code is 3xx or 4xx
7271
if (error.statusCode >= 300 && error.statusCode < 500) {

0 commit comments

Comments
 (0)