mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Auth failures on management endpoints such as team/list and organization/list (invalid or expired keys) were raised as ProxyException, whose __str__ returned an empty string, so the OTEL SERVER span recorded an error with no message. ProxyException now stringifies to its message, get_error_information prefers the explicit .message attribute, and the proxy exception handlers stamp a consistent error.type, error.code and error.message on the span Resolves LIT-3515 |
||
|---|---|---|
| .. | ||
| data | ||
| __init__.py | ||
| _helpers.py | ||
| conftest.py | ||
| test_otel_admin_endpoints.py | ||
| test_otel_exception_handler.py | ||
| test_otel_passthrough_endpoints.py | ||
| test_otel_unified_endpoints.py | ||
| test_passthrough_parent_span.py | ||