From 499d521bc3ccae93791846f9c006b5f47ed52a83 Mon Sep 17 00:00:00 2001 From: Adonis Puente Date: Wed, 15 May 2024 11:20:06 -0400 Subject: [PATCH] Replace sentry var to check for app names --- src/utils/sentry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/sentry.ts b/src/utils/sentry.ts index d4d00b56d..c12b8fb36 100644 --- a/src/utils/sentry.ts +++ b/src/utils/sentry.ts @@ -42,7 +42,7 @@ function initSentry() { const appDetails = getAppDetails(); let API_KEY; - switch (appDetails.app.group) { + switch (appDetails.app.name) { case 'advisor': API_KEY = 'https://f8eb44de949e487e853185c09340f3cf@o490301.ingest.us.sentry.io/4505397435367424'; break;