mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 07:33:58 +00:00
96bcee0b0a
- ArizePhoenixLogger now creates spans on its own dedicated TracerProvider instead of trying to reuse parent spans from the global otel TracerProvider (which were invisible in Phoenix since they go to a different exporter) - Auto-initialize ArizePhoenixLogger when otel callback is configured and Phoenix env vars (PHOENIX_API_KEY, PHOENIX_COLLECTOR_*) are detected - Use exact type check in get_custom_logger_compatible_class to prevent ArizePhoenixLogger (subclass) from being returned when looking up otel - Fix tool_permission guardrail to check non-function tools like code_interpreter (previously skipped with `type != "function"`) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>