Basic sentry integration

This commit is contained in:
Erik Johnston 2019-02-12 13:55:58 +00:00
parent b18cd25e42
commit ef2228c890
3 changed files with 31 additions and 0 deletions

View file

@ -86,6 +86,7 @@ CONDITIONAL_REQUIREMENTS = {
"saml2": ["pysaml2>=4.5.0"],
"url_preview": ["lxml>=3.5.0"],
"test": ["mock>=2.0", "parameterized"],
"sentry": ["sentry-sdk>=0.7.2"],
}