generated from MITLibraries/python-cli-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scrub sensitive data from Sentry events
Why these changes are being introduced: Though data scrubbing is configured in Sentry for this project removing sensitive data before sending provides another layer of protection from exposing sensitive data in Sentry issues. How this addresses that need: * Utilizes Sentry's before_send() method to remove all variables and scope data from Sentry events before sending Side effects of this change: * Sentry events do not have variables from stack trace, but still contain helpful debug information Relevant ticket(s): * https://mitlibraries.atlassian.net/browse/HRQB-39
- Loading branch information
Showing
5 changed files
with
144 additions
and
65 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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