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
fix(insights): Close span samples panel when navigating to a trace view (#83699)
Right now, clicking on a span ID in the panel keeps the panel open, and
navigates to the trace view. Closing the panel then calls the `onClose`
callback, and sometimes clobbers the URL.
Navigating to the sample view should close the panel, this PR adds that
check. This is a hotfix, the proper solution is to make the navigation
behaviour more robust, probably by rendering the panel view at a
`/samples/` sub-route, which is easier to detect on navigation.
0 commit comments