Update sentry dsn
This commit is contained in:
parent
ff8dfa0f4c
commit
84528fe880
@ -6,3 +6,4 @@ REACT_APP_VERSION=$npm_package_version
|
|||||||
REACT_APP_PREVIEW=false
|
REACT_APP_PREVIEW=false
|
||||||
REACT_APP_LOGGING=false
|
REACT_APP_LOGGING=false
|
||||||
REACT_APP_FATHOM_SITE_ID=VMSHBPKD
|
REACT_APP_FATHOM_SITE_ID=VMSHBPKD
|
||||||
|
REACT_APP_SENTRY_DSN=https://5257021c3a114649baa5e3b8ba775bfe@o467475.ingest.sentry.io/5493956
|
@ -18,8 +18,7 @@ if (!("PointerEvent" in window)) {
|
|||||||
|
|
||||||
if (process.env.REACT_APP_LOGGING === "true") {
|
if (process.env.REACT_APP_LOGGING === "true") {
|
||||||
Sentry.init({
|
Sentry.init({
|
||||||
dsn:
|
dsn: process.env.REACT_APP_SENTRY_DSN,
|
||||||
"https://bc1e2edfe7ca453f8e7357a48693979e@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