We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5685aa commit d0aac35Copy full SHA for d0aac35
packages/node/src/integrations/tracing/index.ts
@@ -1,5 +1,5 @@
1
import type { Integration } from '@sentry/types';
2
-import { instrumentOtelHttp, instrumentSentryHttp } from '../http';
+import { instrumentOtelHttp } from '../http';
3
4
import { amqplibIntegration, instrumentAmqplib } from './amqplib';
5
import { connectIntegration, instrumentConnect } from './connect';
0 commit comments