Separating Sentry stage events from production.

This commit is contained in:
Satbir Singh 2020-03-09 10:08:53 +05:30
parent 4f6fc40617
commit e5e321bce7

View File

@ -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,
};