Skip to content

Commit 2fb42cb

Browse files
committed
fix test
1 parent 8f4926c commit 2fb42cb

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/react-create-hash-router/src/pages

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-create-hash-router/src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Index = () => {
1111
value="Capture Exception"
1212
id="exception-button"
1313
onClick={() => {
14-
const eventId = Sentry.captureException(new Error('I am an error!'));
14+
throw new Error('I am an error!');
1515
}}
1616
/>
1717
<Link to="/user/5" id="navigation">

0 commit comments

Comments
 (0)