Skip to content

Commit

Permalink
Remove ADOT
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 13, 2023
1 parent 20d85d6 commit 59b120e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ export class WebhookApiConstruct extends Construct {
environment,
timeout,
tracing: Tracing.ACTIVE,
adotInstrumentation: {
execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER,
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST),
},
});

const githubDeleteArtifactsLambda = new NodejsFunction(this, 'githubDeleteArtifactsLambda', {
Expand Down

0 comments on commit 59b120e

Please sign in to comment.