Bug Fixes
- ASM: make
track_custom_event()
also setappsec.events.<custom_event>.track
which was missing. - aws_lambda: Fixes a
RecursionError
which is raised when aws lambda signal handlers are wrapped infinitely. This caused lambdas to crash on startup. - botocore: Fix TypeError raised by injecting trace context into Kinesis messages.
- propagation: This fix resolves an issue where previously W3C tracestate propagation could not handle whitespace. With this fix whitespace is now removed for incoming and outgoing requests.
- remote config: Ensure DD_REMOTE_CONFIGURATION_ENABLED environment variable disables remote config if set to False