Skip to content

Commit

Permalink
Set up sentry (#68)
Browse files Browse the repository at this point in the history
For tracking performance and errors across backend and workers
  • Loading branch information
luizirber authored Dec 18, 2023
1 parent 30f413f commit 09d6ee5
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 237 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies = [
"gunicorn",
"redis",
"celery[sqs,s3]",
"snakemake",
"boto3",
"flask-wtf",
"flask-migrate",
Expand All @@ -28,6 +27,8 @@ dependencies = [
# for updates
"pandas",
"biopython",
# for sentry
"sentry-sdk[flask,celery,sqlalchemy]"
]

[project.optional-dependencies]
Expand Down
Loading

0 comments on commit 09d6ee5

Please sign in to comment.