From 174383a71b5f6655927f2fbe1f19c5611a1c1fb6 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Wed, 2 Sep 2020 21:46:27 +0530 Subject: [PATCH] Update netlify.toml --- app/client/netlify.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/client/netlify.toml b/app/client/netlify.toml index fa2b7da2c4..2240d90a40 100644 --- a/app/client/netlify.toml +++ b/app/client/netlify.toml @@ -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]