From e5e321bce7017541b7d30c27b7aabc09d23bc70d Mon Sep 17 00:00:00 2001 From: Satbir Singh Date: Mon, 9 Mar 2020 10:08:53 +0530 Subject: [PATCH] Separating Sentry stage events from production. --- app/client/src/constants/ThirdPartyConstants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/src/constants/ThirdPartyConstants.tsx b/app/client/src/constants/ThirdPartyConstants.tsx index 53f9a8f497..c6c9bac50e 100644 --- a/app/client/src/constants/ThirdPartyConstants.tsx +++ b/app/client/src/constants/ThirdPartyConstants.tsx @@ -5,7 +5,7 @@ export const SENTRY_PROD_CONFIG = { release: process.env.REACT_APP_SENTRY_RELEASE, }; export const SENTRY_STAGE_CONFIG = { - dsn: "https://a63362b692d64edeb175741f1f80b091@sentry.io/1546547", + dsn: "https://26e99889a7f14b418a66cb2deafeb40c@sentry.io/4113637", environment: "Staging", release: process.env.REACT_APP_SENTRY_RELEASE, };