Skip to content

Commit

Permalink
add hint data
Browse files Browse the repository at this point in the history
  • Loading branch information
s1gr1d committed Jul 8, 2024
1 parent dcadf22 commit 85359f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/runtime/plugins/sentry.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineNitroPlugin(nitroApp => {
mechanism: { handled: false },
});
} else {
captureException(error);
captureException(error, { mechanism: { handled: false } });
}
});
});

0 comments on commit 85359f8

Please sign in to comment.