Add support for AWS_XRAY_SDK_ENABLED environment variable
Open
enhancement
- Dominant language
- Java
- Stars
- 100
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
The python SDK supports AWS_XRAY_SDK_ENABLED which disables sending segments. This allows for one artifact to be deployed everywhere rather than one artifact with the SDK and one without, or having a bunch of "if SDK_ENABLED" spread throughout the code.
It would be nice if the java SDK supported the same variable
Contributor guide
Assessment
This issue has not been assessed yet.