Skip to content

Commit

Permalink
Add Deno Runtime Icon (#69100)
Browse files Browse the repository at this point in the history
QoL, this has been bugging me


Should show the Deno icon, from Deno runtimes hosted on Supabase and
others

after:

![image](https://github.com/getsentry/sentry/assets/47563310/a1c63d17-3a89-4639-93d1-bca250f0bc31)


![image](https://github.com/getsentry/sentry/assets/47563310/ca66d7cd-8315-4366-a828-8a93936c1a07)
  • Loading branch information
smeubank committed May 8, 2024
1 parent a96f1ff commit 35b38d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/static/sentry/images/logos/logo-deno.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/app/components/events/contextSummary/contextIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import logoArm from 'sentry-logos/logo-arm.svg';
import logoChrome from 'sentry-logos/logo-chrome.svg';
import logoChromium from 'sentry-logos/logo-chromium.svg';
import logoCrystal from 'sentry-logos/logo-crystal.svg';
import logoDeno from 'sentry-logos/logo-deno.svg';
import logoDotnet from 'sentry-logos/logo-dotnet.svg';
import logoEdgeNew from 'sentry-logos/logo-edge-new.svg';
import logoEdgeOld from 'sentry-logos/logo-edge-old.svg';
Expand Down Expand Up @@ -72,6 +73,7 @@ const LOGO_MAPPING = {
cpython: logoPython,
crystal: logoCrystal,
darwin: logoApple,
deno: logoDeno,
edge: logoEdgeNew,
electron: logoElectron,
firefox: logoFirefox,
Expand Down

0 comments on commit 35b38d9

Please sign in to comment.