From a49df4d8f6c08ecd7a5b97a8a538b4a6f419e015 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 14 Dec 2021 00:44:09 +0100 Subject: move from raven to sentry_sdk related docs: * https://docs.sentry.io/platforms/python/guides/flask/migration/ * https://docs.sentry.io/platforms/python/guides/asgi/configuration/integrations/flask/ > `fetch_git_sha` is gone, see: https://forum.sentry.io/t/fetch-git-sha-equivalent-in-the-unified-python-sdk/5521 --- python/Pipfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 1cd513cb..30a663b9 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -44,7 +44,6 @@ loginpass = "==0.4" # loginpass 0.4 is not actually compatible with newer authlib authlib = "<0.13" requests = "==2.*" -raven = {extras = ['flask'],version = "*"} confluent-kafka = "==1.*" python-dateutil = "==2.*" sickle = "==0.7.*" @@ -71,7 +70,7 @@ fuzzycat = "==0.1.21" dynaconf = ">=3" pydantic = "==1.*" surt = "==0.3.*" -sentry-sdk = { version = ">=0.14.0", extras = [] } +sentry-sdk = {extras = ["flask"], version = "*"} [requires] # As of Fall 2020, Internet Archive cluster VMs are split between Ubuntu Xenial -- cgit v1.2.3