Skip to content

Commit f91ad30

Browse files
committed
Follow folder structure of browser tests for public api tests.
1 parent 72714e0 commit f91ad30

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

packages/node-integration-tests/suites/send-event/capture-exception/scenario.ts renamed to packages/node-integration-tests/suites/public-api/capture-exception/scenario.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Sentry.init({
55
release: '1.0',
66
});
77

8-
Sentry.captureException('Captured Error');
8+
Sentry.captureException(new Error('Captured Error'));

0 commit comments

Comments
 (0)