docs(opentelemetry_integration.md): add otel debug flag to docs

help people debug their traces easily
This commit is contained in:
Krrish Dholakia 2025-07-04 10:08:09 -07:00
parent 666f14dc02
commit 11947c1e04

View file

@ -104,4 +104,14 @@ for successful + failed requests
click under `litellm_request` in the trace
<Image img={require('../../img/otel_debug_trace.png')} />
<Image img={require('../../img/otel_debug_trace.png')} />
### Not seeing traces land on Integration
If you don't see traces landing on your integration, set `OTEL_DEBUG="True"` in your LiteLLM environment and try again.
```shell
export OTEL_DEBUG="True"
```
This will emit any logging issues to the console.