You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
CI Visibility: Resolves an issue where exceptions other than timeouts and connection errors raised while fetching the list of skippable tests for ITR were not being handled correctly and caused the tracer to crash.
CI Visibility: Fixes a bug where .git was incorrectly being stripped from repository URLs when extracting service names, resulting in g, i, or t being removed (eg: test-environment.git incorrectly becoming test-environmen)
LLM Observability: Resolves an issue where custom trace filters were being overwritten in forked processes.
tracing: Fixes a side-effect issue with module import callbacks that could cause a runtime exception.
LLM Observability: Resolves an issue where session_id was being defaulted to trace_id which was causing unexpected UI behavior.