Skip to content

Commit afb3847

Browse files
committed
unhandled errors 2
1 parent c6366b4 commit afb3847

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test.js

-7
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,5 @@ const transaction = Sentry.startTransaction({
2525
});
2626

2727
setTimeout(() => {
28-
try {
2928
yellow();
30-
} catch (e) {
31-
Sentry.captureException(e);
32-
console.log(e);
33-
} finally {
34-
transaction.finish();
35-
}
3629
}, 99);

0 commit comments

Comments
 (0)