We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dataloader
1 parent 5822d12 commit 6f4c3b6Copy full SHA for 6f4c3b6
packages/node/src/integrations/tracing/index.ts
@@ -44,7 +44,6 @@ export function getAutoPerformanceIntegrations(): Integration[] {
44
connectIntegration(),
45
genericPoolIntegration(),
46
kafkaIntegration(),
47
- dataloaderIntegration(),
48
amqplibIntegration(),
49
lruMemoizerIntegration(),
50
];
@@ -74,7 +73,6 @@ export function getOpenTelemetryInstrumentationToPreload(): (((options?: any) =>
74
73
instrumentGraphql,
75
instrumentRedis,
76
instrumentGenericPool,
77
- instrumentDataloader,
78
instrumentAmqplib,
79
80
}
0 commit comments