Skip to content

Commit

Permalink
WIP only preload otel http?
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Oct 11, 2024
1 parent 9528b55 commit e5685aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/node/src/integrations/tracing/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export function getAutoPerformanceIntegrations(): Integration[] {
export function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & { id: string })[] {
return [
instrumentOtelHttp,
instrumentSentryHttp,
instrumentExpress,
instrumentConnect,
instrumentFastify,
Expand Down

0 comments on commit e5685aa

Please sign in to comment.