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 f01840f commit a939bfbCopy full SHA for a939bfb
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