TP-61032 | Add Sentry environment in init (#10275)
This commit is contained in:
committed by
GitHub
parent
36c65dd1d2
commit
cd911a30d7
5
App/common/constants/SentryConstants.ts
Normal file
5
App/common/constants/SentryConstants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const SentryConstants = {
|
||||
SENTRY_DSN: "https://3c1639ff154fcdcfe417c485e80db17f@o4506931811254272.ingest.us.sentry.io/4506931817676800",
|
||||
SENTRY_ENVIRONMENT_PRODUCTION: "production",
|
||||
SENTRY_ENVIRONMENT_DEVELOPMENT: "development",
|
||||
};
|
||||
Reference in New Issue
Block a user