Change8

v3.19.5

📦 datadog-sdkView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

This release primarily focuses on bug fixes, addressing an evaluation error in dynamic instrumentation and a TypeError during profiling of subclassed locks.

🐛 Bug Fixes

  • Fixed an issue in dynamic instrumentation where condition expressions containing `isDefined` caused an evaluation error.
  • Fixed a bug in profiling that caused a `TypeError` when profiling code that subclasses wrapped locks (e.g., neo4j's `AsyncRLock`).

Affected Symbols