Skip to content

Commit

Permalink
chore: Update Step Function doc about tracing (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
lym953 authored Nov 26, 2024
1 parent 8c194e4 commit 78a7550
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,9 @@ The `DatadogStepFunctions` construct takes in a list of state machines and for e
1. `env`
2. `service`
3. `version`
4. `DD_TRACE_ENABLED`: `true`
4. `DD_TRACE_ENABLED`: `true`. This enables tracing.
1. To disable tracing, set it to `false` from AWS Management Console after the stack is deployed.
2. If you wish to disable tracing using CDK, please open an issue so we can support it.
5. `dd_cdk_construct` version tag
6. custom tags passed as the `tags` paramater to `DatadogStepFunctions` construct

Expand Down

0 comments on commit 78a7550

Please sign in to comment.