feat(seer): Add errors query previews - #122917
Draft
billyvg wants to merge 5 commits into
Draft
Conversation
Render five-row block previews for event and aggregate errors queries while keeping inline embeds link-only. Refs CW-1948 Refs CW-1949
Contributor
Story previewsPreview the stories changed in this PR on the Vercel deployment: Preview deployment: https://sentry-gzbs9ihro.sentry.dev |
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.
Adds rich block previews for Seer's error-query embeds.
errorsQueryrenders the first five matching error events, while the newerrorsQueryAggregaterenders the first five grouped results and resolves aggregate response aliases such ascount_unique_user. Inline usage remains a compact link to the complete Errors results page.The two embeds share query construction and presentation components, preserve project, environment, time, field, sort, and chart parameters, and expose synthetic live examples in Storybook. This also regenerates the agent widget contract so Seer can emit the aggregate tag.
Refs CW-1948 and CW-1949.