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.
EventEmitter
events
stream
1 parent b86433d commit 7a6e986Copy full SHA for 7a6e986
packages/tracing/src/integrations/node/mongo.ts
@@ -1,7 +1,7 @@
1
import { Hub } from '@sentry/core';
2
import { EventProcessor, Integration, SpanContext } from '@sentry/types';
3
import { fill, isInstanceOf, isThenable, loadModule, logger } from '@sentry/utils';
4
-import { EventEmitter } from 'stream';
+import { EventEmitter } from 'events';
5
6
import { shouldDisableAutoInstrumentation } from './utils/node-utils';
7
0 commit comments