Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Move SENTRY_DSN to a build environment variable. #635

Closed DropsOfSerenity closed 2 years ago

DropsOfSerenity commented 2 years ago

Moved the sentry dsn to a built environment variable. This keeps it out of the repository, which:

We also no longer initialize sentry if we don't have a SENTRY_DSN