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 7745aa8 commit 26c4471Copy full SHA for 26c4471
packages/nuxt/src/runtime/plugins/sentry.client.ts
@@ -66,7 +66,6 @@ export default defineNuxtPlugin({
66
});
67
68
nuxtApp.hook('app:error', error => {
69
- // Do not handle 404 and 422
70
if (isNuxtError(error)) {
71
// Do not report if status code is 3xx or 4xx
72
if (error.statusCode >= 300 && error.statusCode < 500) {
0 commit comments