Skip to content

Commit 754fc92

Browse files
committed
WIP only preload otel http?
1 parent 193e723 commit 754fc92

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

Lines changed: 0 additions & 1 deletion
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)