Skip to content

Commit 802d85c

Browse files
Downgrade sentry-sdk To 1.9.8
Sentry 1.9.9 seems to be highly broken, with issues such as not being able to install on python 3.9, and more relevantly to this project major performance slowdowns on certain requests. Signed-off-by: Hassan Abouelela <[email protected]>
1 parent c4474c0 commit 802d85c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ whitenoise = "6.2.0"
1717
httpx = "0.23.0"
1818
pyyaml = "6.0"
1919
gunicorn = "20.1.0"
20-
sentry-sdk = "1.9.9"
20+
sentry-sdk = "1.9.8"
2121
markdown = "3.4.1"
2222
python-frontmatter = "1.0.0"
2323
django-prometheus = "2.2.0"

0 commit comments

Comments
 (0)