Skip to content

Commit e5685aa

Browse files
committed
WIP only preload otel http?
1 parent 9528b55 commit e5685aa

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export function getAutoPerformanceIntegrations(): Integration[] {
5555
export function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & { id: string })[] {
5656
return [
5757
instrumentOtelHttp,
58-
instrumentSentryHttp,
5958
instrumentExpress,
6059
instrumentConnect,
6160
instrumentFastify,

0 commit comments

Comments
 (0)