Add back sentry
This commit is contained in:
parent
01d738b9c6
commit
d32b85ec18
@ -4,5 +4,5 @@ REACT_APP_STRIPE_API_KEY=pk_live_MJjzi5djj524Y7h3fL5PNh4e00a852XD51
|
|||||||
REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo
|
REACT_APP_STRIPE_URL=https://payment.owlbear.rodeo
|
||||||
REACT_APP_VERSION=$npm_package_version
|
REACT_APP_VERSION=$npm_package_version
|
||||||
REACT_APP_PREVIEW=false
|
REACT_APP_PREVIEW=false
|
||||||
REACT_APP_LOGGING=false
|
REACT_APP_LOGGING=true
|
||||||
REACT_APP_FATHOM_SITE_ID=VMSHBPKD
|
REACT_APP_FATHOM_SITE_ID=VMSHBPKD
|
@ -14,7 +14,7 @@ import "./index.css";
|
|||||||
if (process.env.REACT_APP_LOGGING === "true") {
|
if (process.env.REACT_APP_LOGGING === "true") {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn:
|
dsn:
|
||||||
"https://bc1e2edfe7ca453f8e7357a48693979e@o467475.ingest.sentry.io/5493956",
|
"https://971b4b9bd0004a2693653a2e5f97fa3d@o467475.ingest.sentry.io/5493956",
|
||||||
release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION,
|
release: "owlbear-rodeo@" + process.env.REACT_APP_VERSION,
|
||||||
// Ignore resize error as it is triggered by going fullscreen on slower computers
|
// Ignore resize error as it is triggered by going fullscreen on slower computers
|
||||||
// Ignore quota error
|
// Ignore quota error
|
||||||
|
Loading…
Reference in New Issue
Block a user