Add Snetry SDK to ursula's pip extra.

pull/2164/head
Kieran Prasch 2020-08-03 13:29:59 -07:00 committed by Kieran R. Prasch
parent 697a6d3d02
commit 1b93ca47f2
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ DEPLOY_REQUIRES = [
'twine'
]
URSULA_REQUIRES = ['prometheus_client']
URSULA_REQUIRES = ['prometheus_client', 'sentry-sdk'] # TODO: Consider renaming to 'monitor', etc.
EXTRAS = {