We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d829633 commit f2dee4eCopy full SHA for f2dee4e
packages/node-integration-tests/suites/tracing/auto-instrument/mongodb/scenario.ts
@@ -3,6 +3,9 @@ import '@sentry/tracing';
3
import * as Sentry from '@sentry/node';
4
import { MongoClient } from 'mongodb';
5
6
+// suppress logging of the mongo download
7
+global.console.log = () => null;
8
+
9
Sentry.init({
10
dsn: 'https://[email protected]/1337',
11
release: '1.0',
0 commit comments