fix(trace): Stabilize asynchronous overview loading#120334
Open
nsdeschenes wants to merge 5 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6bcfbd6. Configure here.
nsdeschenes
force-pushed
the
nd/EXP-1112/resolve-trace-overview
branch
from
July 22, 2026 14:19
be58085 to
13d1da6
Compare
nsdeschenes
force-pushed
the
nd/EXP-1112/stabilize-trace-overview-loading
branch
from
July 22, 2026 14:19
6bcfbd6 to
dfc5ba1
Compare
nsdeschenes
force-pushed
the
nd/EXP-1112/resolve-trace-overview
branch
from
July 22, 2026 15:03
13d1da6 to
5ac4b1d
Compare
nsdeschenes
force-pushed
the
nd/EXP-1112/stabilize-trace-overview-loading
branch
from
July 22, 2026 15:03
dfc5ba1 to
acf2d82
Compare
nsdeschenes
force-pushed
the
nd/EXP-1112/stabilize-trace-overview-loading
branch
from
July 22, 2026 15:25
acf2d82 to
a0c42e1
Compare
nsdeschenes
marked this pull request as ready for review
July 22, 2026 15:36
Render resolved header metadata and tab navigation without waiting for optional root-item details. Keep unresolved representative data localized to stable placeholders. Fixes EXP-1112
Keep the requested Logs or Application Metrics tab in the rendered options while legacy availability queries resolve, so the controlled tab always has a matching item. Refs EXP-1112
Expose the newly resolved Logs or Application Metrics tab synchronously when the stored selection is no longer available, preventing an intermediate Waterfall render. Refs EXP-1112
Keep representative header placeholders active while legacy log availability resolves. Avoid mounting a trace-wide logs provider for waterfall drawers that do not consume it. Refs EXP-1112
Keep unverified Logs and Metrics tabs out of the default tab list while preserving direct links when overview availability cannot be determined. Refs EXP-1112
nsdeschenes
force-pushed
the
nd/EXP-1112/resolve-trace-overview
branch
from
July 22, 2026 16:54
f60cdef to
ce0a86a
Compare
nsdeschenes
force-pushed
the
nd/EXP-1112/stabilize-trace-overview-loading
branch
from
July 22, 2026 16:54
a0c42e1 to
09a51d2
Compare
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.

Keep the trace header and tab navigation stable while optional overview data resolves. Direct links to Logs and Application Metrics remain selected during loading, unavailable selections fall back synchronously, and representative details use localized placeholders instead of replacing the full trace chrome.
This is PR 4 of the EXP-1112 stack and is based on
nd/EXP-1112/resolve-trace-overview. The final PR adds multi-project context for telemetry-only traces.