sentry dsn fix
This commit is contained in:
parent
e34e65b337
commit
90d629876b
2
.env
2
.env
|
|
@ -1,2 +1,2 @@
|
|||
VITE_API_BASE_URL=https://my-public-node-1.projscale.dev/api/v1
|
||||
SENTRY_DSN=https://4ef061d22eee4876ad8bb313134ebf009ed96c9da98742289ff733a301fcd184@k1.hawk.so/0
|
||||
VITE_SENTRY_DSN=https://4ef061d22eee4876ad8bb313134ebf009ed96c9da98742289ff733a301fcd184@k1.hawk.so/0
|
||||
|
|
@ -7,8 +7,9 @@ import {
|
|||
useNavigationType,
|
||||
} from "react-router-dom";
|
||||
|
||||
|
||||
Sentry.init({
|
||||
dsn: import.meta.env.SENTRY_DSN,
|
||||
dsn: import.meta.env.VITE_SENTRY_DSN,
|
||||
integrations: [
|
||||
// See docs for support of different versions of variation of react router
|
||||
// https://docs.sentry.io/platforms/javascript/guides/react/configuration/integrations/react-router/
|
||||
|
|
|
|||
Loading…
Reference in New Issue