-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove SENTRY_DSN from required env vars
Why these changes are being introduced: For local development, or external users of this application, it does not make sense to require a SENTRY_DSN environment variable. While setting this to 'none' would satisfy the config setup, and not use Sentry, it feels unnecessary. How this addresses that need: * Moves SENTRY_DSN to optional env vars in Config class Side effects of this change: * SENTRY_DSN is no longer required as an env var, but providing it will still get picked up used Relevant ticket(s): * None
- Loading branch information
Showing
3 changed files
with
5 additions
and
13 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
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