Skip to content

Commit f27b893

Browse files
committed
Add new
1 parent b98c7f7 commit f27b893

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/public-api/extraerrordata/depth-option

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
try {
2-
throw Error('test_simple_error');
2+
throw new Error('test_simple_error');
33
} catch (err) {
44
Sentry.captureException(err);
55
}

0 commit comments

Comments
 (0)