From 634efb1bb30088685d7ae54f3b0963bcd4f076cc Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 6 Jun 2021 18:44:29 +0530 Subject: added Sentry Support --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index c41aed1..b457618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,6 +47,7 @@ pytest-codecov==0.3.0 pytest-cov==2.12.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pytest==6.2.4 requests==2.25.1 +sentry-sdk==1.1.0 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' sqlalchemy==1.4.17; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' starlette==0.14.2; python_version >= '3.6' -- cgit v1.2.3