Skip to content

Commit f3e1c31

Browse files
committed
Fix older breadcrumb tests
1 parent d73756a commit f3e1c31

File tree

1 file changed

+1
-0
lines changed
  • dev-packages/node-integration-tests/suites/breadcrumbs/process-thread

1 file changed

+1
-0
lines changed

dev-packages/node-integration-tests/suites/breadcrumbs/process-thread/app.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const __dirname = new URL('.', import.meta.url).pathname;
99
Sentry.init({
1010
dsn: 'https://[email protected]/1337',
1111
release: '1.0',
12+
integrations: [Sentry.childProcessIntegration({ captureWorkerErrors: false })],
1213
transport: loggingTransport,
1314
});
1415

0 commit comments

Comments
 (0)