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 200a45b commit a1be0bdCopy full SHA for a1be0bd
plugins/node/opentelemetry-instrumentation-aws-lambda/package.json
@@ -58,7 +58,6 @@
58
},
59
"dependencies": {
60
"@opentelemetry/instrumentation": "^0.54.0",
61
- "@opentelemetry/propagator-aws-xray": "^1.3.1",
62
"@opentelemetry/semantic-conventions": "^1.27.0",
63
"@types/aws-lambda": "8.10.143"
64
plugins/node/opentelemetry-instrumentation-aws-lambda/src/instrumentation.ts
@@ -66,7 +66,6 @@ const headerGetter: TextMapGetter<APIGatewayProxyEventHeaders> = {
66
67
};
68
69
-export const traceContextEnvironmentKey = '_X_AMZN_TRACE_ID';
70
export const lambdaMaxInitInMilliseconds = 10_000;
71
72
export class AwsLambdaInstrumentation extends InstrumentationBase<AwsLambdaInstrumentationConfig> {
0 commit comments