Summary
- [Tracing] Fix mapping of
http.status_codeOpenTelemetry tag - [Tracing] Fix bug where runtime metrics turns a recoverable OOM into an unrecoverable crash
- [Dynamic Instrumentation] Improve exception replay capturing accuracy
- [Dynamic Instrumentation] Fix potential crash related to exception replay
Changes
Tracer
- Map
http.status_codeto meta dictionary (#5782) - Record when we use v2 instrumentation with a v3 version of the manual tracer (#5791)
- Improve handling of OOM (#5797)
Debugger
- [Exception Replay] Improved exceptions capturing accuracy + fixed a crash caused by mishandling of exception case probe statuses (#5798)
Miscellaneous
- Tracer flare - Inspect the AGENT_CONFIG content to set the log level (#5802)