Skip to main content
04.25.2025

Scroll Selected Span Into View

Improved trace navigation by automatically scrolling the selected span into view when a user navigates to a specific trace. This enhancement eliminates the need for manual searching or scrolling, allowing users to immediately focus on the span of interest. It’s especially useful when navigating from links or alerts that point to a specific span, improving debugging efficiency. This change contributes to a smoother and more intuitive trace exploration experience.

feat(tracing): scroll selected span into view when navigating to a trace by mikeldking Β· Pull Request #7227 Β· Arize-ai/phoenix

GitHub

Improvements and Bug Fixes πŸ›

  • Enhancement: Add /readyz endpoint to confirm database connectivity
  • Enhancement: Allow scroll on settings page