-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add some basic runtime icons #670
Conversation
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 #670 +/- ##
==========================================
+ Coverage 31.31% 31.76% +0.45%
==========================================
Files 92 92
Lines 5439 5519 +80
Branches 100 100
==========================================
+ Hits 1703 1753 +50
- Misses 3736 3766 +30 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
packages/overlay/src/integrations/sentry/components/PlatformIcon.tsx
Outdated
Show resolved
Hide resolved
packages/overlay/src/integrations/sentry/components/PlatformIcon.tsx
Outdated
Show resolved
Hide resolved
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/overlay@2.11.0 ### Minor Changes - Add more platform icons and some browser icons ([#670](#670)) ## @spotlightjs/astro@2.4.2 ### Patch Changes - Updated dependencies \[]: - @spotlightjs/spotlight@2.10.2 ## @spotlightjs/electron@1.4.2 ### Patch Changes - Updated dependencies \[[`83eaaa06231776c7bc245348636aca564268cad4`](83eaaa0)]: - @spotlightjs/overlay@2.11.0 ## @spotlightjs/spotlight@2.10.2 ### Patch Changes - Updated dependencies \[[`83eaaa06231776c7bc245348636aca564268cad4`](83eaaa0)]: - @spotlightjs/overlay@2.11.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There's more work to do here, but currently I cannot simply load in PlatformIcon due to compatibility
getsentry/platformicons#191
At the very least this will help with things like Next.js to grok if its server/client.