dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

Datadog Python APM Client

Results 534 dd-trace-py issues
Sort by recently updated
recently updated
newest added

### Tracer Version(s) 2.19.1 ### Python Version(s) Pyton 3.13.0 ### Pip Version(s) uv-pip 0.4.23 (83f835b0d 2024-10-17) ### Bug Report ddtrace tries to log to a closed stream when running unit...

bug

## Checklist - [ ] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description...

Use PyO3 generated bindings instead of `datadog-crashtracker-ffi` and handwritten C++/CMake shim layers. Notable changes 1. Use `datadog_crashtracker::on_fork` with `forksafe` to handle forks We used `on_runtime_id_change` callback to update `runtime_id`. https://github.com/DataDog/dd-trace-py/blob/2a92230779faa7c270e1379ac1f929c4e6936d9e/ddtrace/internal/core/crashtracking.py#L19-L21...

changelog/no-changelog

Background max_frames (`DD_PROFILING_MAX_FRAMES`) is used to control how many frames we sample/export and show to the user. stack profiler, memory profiler, and lock profiler uses the same max_frames even though...

Profiling

### Tracer Version(s) 3.9.0, 3.9.1 ### Python Version(s) Python 3.13.3 ### Pip Version(s) N/A ### Bug Report Since ddtrace 3.9.0, the decorator `@tracer.wrap()` overrides the signature of the decorated function....

bug

### Tracer Version(s) 2.15.0+ ### Python Version(s) Python 3.12 ### Pip Version(s) latest/uv ### Bug Report Hello, In our very large Django app we have some views that manage to...

bug
stale

### Tracer Version(s) 2.19.3 ### Python Version(s) 3.12.8 ### Pip Version(s) 24.3.1 ### Bug Report Recently (or at least in this version we just upgraded to) added feature gated by...

bug
stale

### Tracer Version(s) 3.7.0 ### Python Version(s) Python 3.13.1 ### Pip Version(s) pip 25.0.1 ### Bug Report We're using DataDog LLM Observability to observe our Langgraph agent. We use the...

bug

Turning debug off gives you a guaranteed “quiet” logger: only warnings and errors from ddtrace will ever appear, no matter what your root logger level is. ## Checklist - [x]...

changelog/no-changelog

### Summary of problem We're trying to figure out what is the proper way of passing custom tags along with the metrics of the openai patch integration. Is there any...

stale