Skip to content

Commit

Permalink
[DOP-4033]: Comment out adot
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 16, 2023
1 parent 82edf6c commit 1d44889
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cdk-infra/lib/constructs/api/webhook-api-construct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ export class WebhookApiConstruct extends Construct {
currentVersionOptions: {
provisionedConcurrentExecutions: 5,
},
adotInstrumentation: {
execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER,
layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST),
},
// adotInstrumentation: {
// execWrapper: AdotLambdaExecWrapper.REGULAR_HANDLER,
// layerVersion: AdotLayerVersion.fromJavaScriptSdkLayerVersion(AdotLambdaLayerJavaScriptSdkVersion.LATEST),
// },
});

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

0 comments on commit 1d44889

Please sign in to comment.