feat: add sentry sdk

This commit is contained in:
jo 2023-02-26 23:24:29 +01:00 committed by Kyle Robbertze
parent a60d83311b
commit b7214b5d46
14 changed files with 86 additions and 12 deletions

View file

@ -30,6 +30,9 @@ setup(
"distro>=1.8.0,<1.9",
"types-requests>=2.25.1,<2.29",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.16",
],
},
zip_safe=False,
)