Skip to content

Commit 2695c41

Browse files
committed
fix log message
1 parent ee6bbfe commit 2695c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/utils/withSentry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const withSentry = (handler: NextApiHandler): WrappedNextApiHandler => {
8989
console.log('about to capture the error');
9090
captureException(e);
9191
}
92-
console.log('NOT about to rethrow error');
92+
console.log('about to rethrow error');
9393
throw e;
9494
}
9595
});

0 commit comments

Comments
 (0)