-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The implementation should support Sentry credentials being supplied via the environment. This allows us to use seperate Sentry projects for individual installs and eventually remove the credentials from our codebase entirely instead moving this key to be supplied via CI environment variables. In addition to this change we are adding support for Sentry's concept of environments. We are using the `siteVariant` to acheive this. This allows us to filter the errors and understand how our production environment is performing compared to our various staging and development environment.
- Loading branch information
1 parent
21e6db5
commit 6707ff9
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters