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.
mechanism
withSentry
1 parent faf6717 commit 7496f0aCopy full SHA for 7496f0a
packages/nextjs/src/utils/withSentry.ts
@@ -79,6 +79,7 @@ export const withSentry = (handler: NextApiHandler): WrappedNextApiHandler => {
79
if (currentScope) {
80
currentScope.addEventProcessor(event => {
81
addExceptionMechanism(event, {
82
+ mechanism: 'withSentry',
83
handled: false,
84
});
85
return event;
0 commit comments