Skip to content

1.20.3

Choose a tag to compare

@emmettbutler emmettbutler released this 04 Oct 14:39
· 84 commits to 1.20 since this release
0efd33a

Bug Fixes

  • DSM: fix off-by-one metric issue and error where statistics weren't calculated when the core API was used.
  • Fix an issue that could have caused some tracing integrations to create invalid references to objects in Python frames, ultimately causing profiling tools to potentially induce a segmentation fault.
  • Fix an issue that could have caused some tracing integrations to leave the interpreter in an inconsistent state, resulting in the profiler incurring a segmentation fault.
  • lib-injection: changes the log output to opt-in. Logging to stderr could interfere with applications. Logs can still be sent to stderr using DD_TRACE_DEBUG=1.