Merge pull request #4114 from alphagov/trial-sentry-180766893

Trial running Sentry in a Flask app
This commit is contained in:
Ben Thorner
2021-12-31 11:31:53 +00:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

@@ -41,3 +41,5 @@ cryptography<3.4 # pyup: ignore
# version 0.10.0 introduced exceptions when workers crashed due to deprecating lower case `prometheus_multiproc_dir`.
prometheus-client>=0.9.0,!=0.10.0
gds-metrics==0.2.4
sentry-sdk[flask]