[docs] Update Aspire 13.5 what's new: trace detail span pane navigation fix#1250
Draft
aspire-repo-bot[bot] wants to merge 1 commit into
Draft
Conversation
Documents the fix for the span detail pane persisting across trace navigation in the dashboard (microsoft/aspire#18146). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Merged
8 tasks
Contributor
Author
Frontend HTML artifact readyThe latest frontend build uploaded the This comment updates automatically when a new frontend build artifact is uploaded. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents changes from microsoft/aspire#18146
PR author:
@JamesNKTarget branch:
release/13.5— targeting this branch based on the source PR milestone13.5(exact match onmicrosoft/aspire.dev).Why this PR is needed
PR microsoft/aspire#18146 fixed a user-visible bug in the dashboard's trace detail page: when navigating between traces (e.g., pressing the browser's Back button or following a cross-trace span link), the span detail pane was left open showing a stale span from the previous trace. The fix clears the selected span when the trace changes, and if the new URL includes a
?spanId=query parameter the correct span is re-opened automatically.This behavior change is user-facing and belongs in the 13.5 release notes.
What changed
Added a bullet to the 📊 Dashboard and telemetry improvements section of
src/frontend/src/content/docs/whats-new/aspire-13-5.mdxdescribing the fix.Files modified
src/frontend/src/content/docs/whats-new/aspire-13-5.mdx— updated (added one bullet to the Dashboard section)