Skip to content

Commit db9b2d5

Browse files
committed
fix formatting and typo
1 parent afab580 commit db9b2d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

nodejs/packages/layer/src/wrapper.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ import {
4747
import { AWSXRayPropagator } from '@opentelemetry/propagator-aws-xray';
4848
import { AWSXRayLambdaPropagator } from '@opentelemetry/propagator-aws-xray-lambda';
4949

50-
const defaultInstrumentationList = [
51-
'dns',
52-
'http',
53-
'net',
54-
];
50+
const defaultInstrumentationList = ['dns', 'http', 'net'];
5551

5652
const propagatorMap = new Map<string, () => TextMapPropagator>([
5753
['tracecontext', () => new W3CTraceContextPropagator()],

0 commit comments

Comments
 (0)