Skip to content

Commit 3926a0c

Browse files
Update nodejs/packages/layer/src/wrapper.ts
Co-authored-by: Raphael Manke <[email protected]>
1 parent a5c5a06 commit 3926a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodejs/packages/layer/src/wrapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ declare global {
9292
}
9393

9494
function getActiveInstumentations(): Set<string> {
95-
let emabledInstrumentations: string[] = defaultInstrumentationList;
95+
let enabledInstrumentations: string[] = defaultInstrumentationList;
9696
if (process.env.OTEL_NODE_ENABLED_INSTRUMENTATIONS) {
9797
emabledInstrumentations =
9898
process.env.OTEL_NODE_ENABLED_INSTRUMENTATIONS.split(',').map(i =>

0 commit comments

Comments
 (0)