File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/sentry/static/sentry/images/logos
static/app/components/events/contextSummary Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import logoArm from 'sentry-logos/logo-arm.svg';
1313import logoChrome from 'sentry-logos/logo-chrome.svg' ;
1414import logoChromium from 'sentry-logos/logo-chromium.svg' ;
1515import logoCrystal from 'sentry-logos/logo-crystal.svg' ;
16+ import logoDeno from 'sentry-logos/logo-deno.svg' ;
1617import logoDotnet from 'sentry-logos/logo-dotnet.svg' ;
1718import logoEdgeNew from 'sentry-logos/logo-edge-new.svg' ;
1819import logoEdgeOld from 'sentry-logos/logo-edge-old.svg' ;
@@ -72,6 +73,7 @@ const LOGO_MAPPING = {
7273 cpython : logoPython ,
7374 crystal : logoCrystal ,
7475 darwin : logoApple ,
76+ deno : logoDeno ,
7577 edge : logoEdgeNew ,
7678 electron : logoElectron ,
7779 firefox : logoFirefox ,
You can’t perform that action at this time.
0 commit comments