1.3.1
.git/
folder is in an inconsistent state. To mitigate set datadog.trace.git_metadata_enabled=0
(or environment variable DD_TRACE_GIT_METADATA_ENABLED=0
) or upgrade to v1.3.2.
Tracer
Fixed
- Fix DD_AUTOLOAD_NO_COMPILE #2833
- Loader: Use the same version number as for other extensions #2838
- Consider ifunc symbols also defined DataDog/libdatadog#609
- Fix crash with double parent key in tracestate #2837
- Fix #2831: Failure with LTO #2839
Internal
- Avoid using non-bundled rust git dependencies #2827