Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Sep 18, 2024
1 parent f97a740 commit 2192d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ console.log('X0');

app.get('/test', (_req, res) => {
console.log('X1');
// Sentry.captureException(new Error('This is a test error'));
Sentry.captureException('This is a test error');
console.log('X2');
// Sentry.getClient().on('beforeEnvelope', envelope => {
// console.log('X3');
Expand Down

0 comments on commit 2192d6f

Please sign in to comment.