-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fix UI issues when we get a bare span envelope #726
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #726 +/- ##
==========================================
+ Coverage 31.76% 31.95% +0.18%
==========================================
Files 92 92
Lines 5811 5833 +22
Branches 114 118 +4
==========================================
+ Hits 1846 1864 +18
- Misses 3965 3969 +4 ☔ View full report in Codecov by Sentry. |
BYK
pushed a commit
that referenced
this pull request
Mar 13, 2025
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action to publish automatically](https://github.com/changesets/action#with-publishing). If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @spotlightjs/astro@3.1.0 ### Minor Changes - Make event id a link to raw envelope on envelope details page ([#729](#729)) ### Patch Changes - Fix envelope sorting and local classification ([#727](#727)) - Fix UI issues when we get a bare span envelope ([#726](#726)) - Fix span details modal resetting trace view tree state on close (for reals this time) ([#728](#728)) - Fixes detection of Sentry SDK frames in Vite projects ([#718](#718)) - Updated dependencies \[[`9ca9ed1b97119757d8b1ec6de24d781aefe8b76c`](9ca9ed1), [`c39cfb3622fe19ccc5df822d30d16298f254cb17`](c39cfb3), [`f731d9171ead5aea21152f1d3bfa89e473a7272c`](f731d91), [`97dfa768846c76da47521f551b1bb45c683a23d9`](97dfa76), [`79506149f545487e67cdff7eab7393c619c8afd9`](7950614)]: - @spotlightjs/spotlight@2.12.0 ## @spotlightjs/electron@1.6.0 ### Minor Changes - Make event id a link to raw envelope on envelope details page ([#729](#729)) ### Patch Changes - Fix envelope sorting and local classification ([#727](#727)) - Fix UI issues when we get a bare span envelope ([#726](#726)) - Fix span details modal resetting trace view tree state on close (for reals this time) ([#728](#728)) - Fixes detection of Sentry SDK frames in Vite projects ([#718](#718)) - Updated dependencies \[[`9ca9ed1b97119757d8b1ec6de24d781aefe8b76c`](9ca9ed1), [`c39cfb3622fe19ccc5df822d30d16298f254cb17`](c39cfb3), [`f731d9171ead5aea21152f1d3bfa89e473a7272c`](f731d91), [`97dfa768846c76da47521f551b1bb45c683a23d9`](97dfa76), [`448062fd45799832fc3240656d543696d438d5ab`](448062f), [`79506149f545487e67cdff7eab7393c619c8afd9`](7950614)]: - @spotlightjs/overlay@2.13.0 ## @spotlightjs/overlay@2.13.0 ### Minor Changes - Make event id a link to raw envelope on envelope details page ([#729](#729)) - Added Search support in Trace details ([#730](#730)) ### Patch Changes - Fix envelope sorting and local classification ([#727](#727)) - Fix UI issues when we get a bare span envelope ([#726](#726)) - Fix span details modal resetting trace view tree state on close (for reals this time) ([#728](#728)) - Fixes detection of Sentry SDK frames in Vite projects ([#718](#718)) ## @spotlightjs/spotlight@2.12.0 ### Minor Changes - Make event id a link to raw envelope on envelope details page ([#729](#729)) ### Patch Changes - Fix envelope sorting and local classification ([#727](#727)) - Fix UI issues when we get a bare span envelope ([#726](#726)) - Fix span details modal resetting trace view tree state on close (for reals this time) ([#728](#728)) - Fixes detection of Sentry SDK frames in Vite projects ([#718](#718)) - Updated dependencies \[[`9ca9ed1b97119757d8b1ec6de24d781aefe8b76c`](9ca9ed1), [`c39cfb3622fe19ccc5df822d30d16298f254cb17`](c39cfb3), [`f731d9171ead5aea21152f1d3bfa89e473a7272c`](f731d91), [`97dfa768846c76da47521f551b1bb45c683a23d9`](97dfa76), [`448062fd45799832fc3240656d543696d438d5ab`](448062f), [`79506149f545487e67cdff7eab7393c619c8afd9`](7950614)]: - @spotlightjs/overlay@2.13.0 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.
Fixes #721