From 3a83b0f8325ee54e7d1343916c99cf8b8f09509d Mon Sep 17 00:00:00 2001 From: Priscila Oliveira Date: Mon, 18 May 2026 08:51:32 +0200 Subject: [PATCH] feat: add google platform alias The svg/google.svg and svg_80x80/google.svg files have shipped since 2020 but no entry in PLATFORM_TO_ICON exposes them. Add the missing alias so callers can render the icon by passing platform="google". Sentry's ContextIcon currently has to fall back to the android icon for the google device brand because of this gap. --- src/platformIcon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platformIcon.tsx b/src/platformIcon.tsx index 30ef2bc..ce85c8a 100644 --- a/src/platformIcon.tsx +++ b/src/platformIcon.tsx @@ -72,6 +72,7 @@ export const PLATFORM_TO_ICON = { "go-martini": "martini", "go-negroni": "go", godot: "godot", + google: "google", grok: "grok", groq: "groq", huggingface: "huggingface",