diff --git a/docs/my-website/docs/observability/opentelemetry_integration.md b/docs/my-website/docs/observability/opentelemetry_integration.md index 958c33f18e6..23532ab6e80 100644 --- a/docs/my-website/docs/observability/opentelemetry_integration.md +++ b/docs/my-website/docs/observability/opentelemetry_integration.md @@ -104,4 +104,14 @@ for successful + failed requests click under `litellm_request` in the trace - \ No newline at end of file + + +### 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. \ No newline at end of file