Bug Fixes
- tracing: This fix resolves an issue where concurrent mutations to the
context._meta
dict caused RuntimeError: dictionary changed size during iteration. - Fixes an issue where ddtrace could not be installed from source when using
setuptools>=69
due to a change in the license field. - tracing: Fixes an issue where the thread responsible for sending traces is killed due to concurrent dictionary modification.
- Vulnerability Management for Code-level (IAST): This fix resolves an issue where certain aspects incorrectly expected at least one argument, leading to an IndexError when none were provided. The solution removes this constraint and incorporates regression tests for stability assurance.
- tracing: This fix resolves an issue where unserializable tracer attributes caused crashes when
DD_TRACE_DEBUG
was set.