Files
super-app/App/common/constants/SentryConstants.ts
Prajjaval Verma 878df9b50d NTP-11825 | CyberDroid Integration (#13584)
Co-authored-by: Shivam Goyal <shivam.goyal@navi.com>
2024-12-09 15:14:23 +00:00

11 lines
603 B
TypeScript

export const SentryConstants = {
SENTRY_DSN_QA:
"https://35a300131251d53a92e5e705c316fc55@cybetron.np.navi-ppl.in/220582376234120579338115031530316318641",
SENTRY_DSN_PROD:
"https://c7ea344069d4ddea1d969cbe89a300f5@cybetron.np.navi-ppl.in/232196262456315044471201793383582317162",
TUNNEL_URL_QA:
"https://qa-sa.navi.com/cybertron/api/220582376234120579338115031530316318641/envelope?sentry_key=35a300131251d53a92e5e705c316fc55",
TUNNEL_URL_PROD:
"https://sa.navi.com/cybertron/api/232196262456315044471201793383582317162/envelope?sentry_key=c7ea344069d4ddea1d969cbe89a300f5",
};