fix(sentry): use environments

This commit is contained in:
Mrugesh Mohapatra
2025-01-02 14:31:57 +05:30
parent abbd76fbc0
commit 4d4e617b7d
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ MONGOHQ_URL=mongodb://127.0.0.1:27017/freecodecamp?directConnection=true
# Logging
SENTRY_DSN=dsn_from_sentry_dashboard
SENTRY_CLIENT_DSN=dsn_from_sentry_dashboard
SENTRY_ENVIRONMENT=staging
SENTRY_ENVIRONMENT=development
# Auth0 - OAuth 2.0 Credentials
AUTH0_CLIENT_ID=client_id_from_auth0_dashboard