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 afab580 commit db9b2d5Copy full SHA for db9b2d5
nodejs/packages/layer/src/wrapper.ts
@@ -47,11 +47,7 @@ import {
47
import { AWSXRayPropagator } from '@opentelemetry/propagator-aws-xray';
48
import { AWSXRayLambdaPropagator } from '@opentelemetry/propagator-aws-xray-lambda';
49
50
-const defaultInstrumentationList = [
51
- 'dns',
52
- 'http',
53
- 'net',
54
-];
+const defaultInstrumentationList = ['dns', 'http', 'net'];
55
56
const propagatorMap = new Map<string, () => TextMapPropagator>([
57
['tracecontext', () => new W3CTraceContextPropagator()],
0 commit comments