(Fix + Testing) - Add dd-trace-run to litellm ci/cd pipeline + fix bug caused by dd-trace patching OpenAI sdk (#7820)

* add dd trace to e2e docker run tests

* update dd trace v

* fix entrypoint

* dd trace fixes

* proxy_build_from_pip_tests

* build python3.13

* use py 3.13

* fix build from pip

* dd trace fix

* proxy_build_from_pip_tests

* bump build from pip
This commit is contained in:
Ishaan Jaff 2025-01-16 22:03:09 -08:00 committed by GitHub
parent 559006643d
commit b4735fbbc0
5 changed files with 25 additions and 11 deletions

View file

@ -3251,7 +3251,7 @@ class ProxyStartupEvent:
if get_secret_bool("USE_DDTRACE", False) is True:
import ddtrace
ddtrace.patch_all(logging=True)
ddtrace.patch_all(logging=True, openai=False)
#### API ENDPOINTS ####