Skip to content
Snippets Groups Projects
Commit 20fa5448 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix-sentry-dependency' into 'master'

Fix optional dependency on sentry-sdk

Closes #573

See merge request !821
parents 72fd701c 72f3b655
No related branches found
No related tags found
1 merge request!821Fix optional dependency on sentry-sdk
Pipeline #45430 canceled
......@@ -21,6 +21,7 @@ Fixed
* PDFs generated in background didn't contain logo or site title.
* Admins were redirected to their user preferences
while they wanted to edit the preferences of another user.
* Optional dependecy `sentry-sdk` was not optional
Changed
~~~~~~~
......
This diff is collapsed.
......@@ -118,7 +118,7 @@ sentry-sdk = {version = "^1.4.3", optional = true}
[tool.poetry.extras]
ldap = ["django-auth-ldap"]
s3 = ["boto3", "django-storages"]
sentry = ["sentry"]
sentry = ["sentry-sdk"]
[tool.poetry.dev-dependencies]
aleksis-builddeps = "^5"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment