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 a5c5a06 commit 3926a0cCopy full SHA for 3926a0c
nodejs/packages/layer/src/wrapper.ts
@@ -92,7 +92,7 @@ declare global {
92
}
93
94
function getActiveInstumentations(): Set<string> {
95
- let emabledInstrumentations: string[] = defaultInstrumentationList;
+ let enabledInstrumentations: string[] = defaultInstrumentationList;
96
if (process.env.OTEL_NODE_ENABLED_INSTRUMENTATIONS) {
97
emabledInstrumentations =
98
process.env.OTEL_NODE_ENABLED_INSTRUMENTATIONS.split(',').map(i =>
0 commit comments