Skip to content

Commit

Permalink
tools: revert to sentry-sdk 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
abpostelnicu committed Jul 4, 2023
1 parent 71ff3c1 commit ae364a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae364a5

Please sign in to comment.