v4.12.4
📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 4 symbols
Summary
This release addresses two specific bugs: one related to code origin for spans and another concerning profiling with embedded Python interpreters. These fixes improve stability and prevent potential exceptions in certain scenarios.
🐛 Bug Fixes
- Prevented view or traced functions from raising an exception when their number is large by fixing code origin for spans.
- Automatically disabled fast memory copy when Python is running as an embedded interpreter during profiling.