From 221a4b60a014361dffa000cdf8a17ff7df2cbb48 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Thu, 14 Nov 2024 15:35:28 +0530 Subject: [PATCH] NTP-11577 | Metadata added --- src/components/utlis/sentry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/utlis/sentry.ts b/src/components/utlis/sentry.ts index 37f683b7..56e95bb8 100644 --- a/src/components/utlis/sentry.ts +++ b/src/components/utlis/sentry.ts @@ -45,7 +45,7 @@ export async function initSentry() { agentId: GLOBAL?.AGENT_ID, deviceId: GLOBAL?.DEVICE_ID, isImpersonated: GLOBAL?.IS_IMPERSONATED, - buildFlavour: GLOBAL.BUILD_FLAVOUR, + buildFlavour: GLOBAL?.BUILD_FLAVOUR, }, }; return event;