From d32b85ec18609aebd79a9f660b3be9c40f992f8f Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Tue, 23 Mar 2021 09:28:10 +1100 Subject: [PATCH] Add back sentry --- .env.production | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 66c86da..ce84652 100644 --- a/.env.production +++ b/.env.production @@ -4,5 +4,5 @@ REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51 REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo REACT_APP_VERSION=$npm_package_version REACT_APP_PREVIEW=false -REACT_APP_LOGGING=false +REACT_APP_LOGGING=true REACT_APP_FATHOM_SITE_ID=VMSHBPKD \ No newline at end of file diff --git a/src/index.js b/src/index.js index 16a82b9..09d6215 100644 --- a/src/index.js +++ b/src/index.js @@ -14,7 +14,7 @@ import "./index.css"; if (process.env.REACT_APP_LOGGING === "true") { Sentry.init({ dsn: - "https://bc1e2edfe7ca453f8e7357a48693979e@o467475.ingest.sentry.io/5493956", + "https://971b4b9bd0004a2693653a2e5f97fa3d@o467475.ingest.sentry.io/5493956", release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION, // Ignore resize error as it is triggered by going fullscreen on slower computers // Ignore quota error