diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 18:44:52 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 18:44:52 +0530 |
commit | 2881bfc1db99ebe6d299da3bef22d42f1040b6ac (patch) | |
tree | 55932cf26b45a236c5608e2763e6744b0a6b3b19 | |
parent | 634efb1bb30088685d7ae54f3b0963bcd4f076cc (diff) |
added Sentry Support
-rw-r--r-- | simple-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simple-requirements.txt b/simple-requirements.txt index e9335d3..d154d78 100644 --- a/simple-requirements.txt +++ b/simple-requirements.txt @@ -11,3 +11,4 @@ fastapi uvicorn gunicorn requests +sentry-sdk[flask]
\ No newline at end of file |