Skip to content

Commit d0aac35

Browse files
committed
fix linting
1 parent e5685aa commit d0aac35

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/tracing

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Integration } from '@sentry/types';
2-
import { instrumentOtelHttp, instrumentSentryHttp } from '../http';
2+
import { instrumentOtelHttp } from '../http';
33

44
import { amqplibIntegration, instrumentAmqplib } from './amqplib';
55
import { connectIntegration, instrumentConnect } from './connect';

0 commit comments

Comments
 (0)