Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkuba committed Oct 31, 2024
1 parent 200a45b commit a1be0bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/propagator-aws-xray": "^1.3.1",
"@opentelemetry/semantic-conventions": "^1.27.0",
"@types/aws-lambda": "8.10.143"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const headerGetter: TextMapGetter<APIGatewayProxyEventHeaders> = {
},
};

export const traceContextEnvironmentKey = '_X_AMZN_TRACE_ID';
export const lambdaMaxInitInMilliseconds = 10_000;

export class AwsLambdaInstrumentation extends InstrumentationBase<AwsLambdaInstrumentationConfig> {
Expand Down

0 comments on commit a1be0bd

Please sign in to comment.