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 867a484 commit daec75cCopy full SHA for daec75c
packages/node/src/integrations/tracing/index.ts
@@ -52,6 +52,7 @@ export function getAutoPerformanceIntegrations(): Integration[] {
52
53
/**
54
* Get a list of methods to instrument OTEL, when preload instrumentation.
55
+ *
56
*/
57
// eslint-disable-next-line @typescript-eslint/no-explicit-any
58
export function getOpenTelemetryInstrumentationToPreload(): (((options?: any) => void) & { id: string })[] {
0 commit comments