We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193e723 commit 754fc92Copy full SHA for 754fc92
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