From ae364a545f630b11e1c8ad6d2b7934c107621b89 Mon Sep 17 00:00:00 2001 From: Andi-Bogdan Postelnicu Date: Tue, 4 Jul 2023 10:43:03 +0300 Subject: [PATCH] tools: revert to sentry-sdk 1.22.2 --- tools/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 19a2a9d3b..4fa184a2b 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -5,7 +5,9 @@ async-timeout==4.0.2 idna>=2.5,<3.5 multidict==6.0.4 rs_parsepatch==0.3.9 -sentry-sdk==1.26.0 +# sentry-sdk 1.23 and after some issues with our code, keep this until we fix it. +# The introduction of loguru to the sdk broke our integration. +sentry-sdk==1.22.2 structlog==23.1.0 taskcluster==54.0.0 treeherder-client==5.0.0