Update netlify.toml

This commit is contained in:
Nikhil Nandagopal 2020-09-02 21:46:27 +05:30 committed by GitHub
parent 6da9839d90
commit 174383a71b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
REACT_APP_MAIL_ENABLED = "true"
REACT_APP_SENTRY_DSN = "https://95c55da9896c4683913cf7e5c1ec4180@newsentry.appsmith.com/2"
REACT_APP_SENTRY_ENVIRONMENT = "Production"
SENTRY_AUTH_TOKEN=194220827ab64adcb2e3f5e1da2560382f34ac49a84545a597d0309a4e140338
SENTRY_URL=https://newsentry.appsmith.com
SENTRY_DSN=https://95c55da9896c4683913cf7e5c1ec4180@newsentry.appsmith.com/2
SENTRY_ORG=appsmith
SENTRY_PROJECT=appsmith
SENTRY_AUTH_TOKEN = "194220827ab64adcb2e3f5e1da2560382f34ac49a84545a597d0309a4e140338"
SENTRY_URL = "https://newsentry.appsmith.com"
SENTRY_DSN = "https://95c55da9896c4683913cf7e5c1ec4180@newsentry.appsmith.com/2"
SENTRY_ORG = "appsmith"
SENTRY_PROJECT = "appsmith"
[context.production]