Skip to content

Commit

Permalink
fix: enable tracing in the lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Mar 18, 2024
1 parent 07e900c commit 98017ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/WebhookReceiverStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export class WebhookReceiverStack extends Stack {
environment: {
SQS_QUEUE: queue.queueUrl,
},
tracing: Lambda.Tracing.ACTIVE,
})

// Create the log group here, so we can control the retention
Expand Down

0 comments on commit 98017ea

Please sign in to comment.