We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9528b55 commit e5685aaCopy full SHA for e5685aa
packages/node/src/integrations/tracing/index.ts
@@ -55,7 +55,6 @@ export function getAutoPerformanceIntegrations(): Integration[] {
55
export function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & { id: string })[] {
56
return [
57
instrumentOtelHttp,
58
- instrumentSentryHttp,
59
instrumentExpress,
60
instrumentConnect,
61
instrumentFastify,
0 commit comments