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
profiling: Fixes potential process memory growth when a stack profiling sampling cycle exits before completing a sample.
profiling: Fixes potential process memory growth in asyncio and gevent workloads after stack profiling sampling cycles exit before completion.
Fixed an issue that could have caused the internal symbol DB component to restart in nested fork child processes, potentially leading to high memory usage.
LLM Observability: Resolves an issue where OpenRouter requests made through the LiteLLM integration produced no span when the OpenAI integration was also enabled.
profiling: A rare crash happening when using gevent has been fixed.