Add sentry support
Some checks failed
ci/woodpecker/push/check Pipeline failed

This commit is contained in:
2025-05-18 21:14:57 +02:00
parent 7033a18a64
commit 65c577ab03
5 changed files with 326 additions and 277 deletions

View File

@@ -18,11 +18,6 @@ dependencies = [
]
[project.optional-dependencies]
# For connecting to Postgres databases
postgres = [
"psycopg2>=2.9.10"
]
# Development tooling
dev = [
"ruff>=0.11.6",
@@ -31,6 +26,16 @@ dev = [
"bandit>=1.8.3"
]
# For connecting to Postgres databases
postgres = [
"psycopg2>=2.9.10"
]
# For Sentry support
sentry = [
"sentry-sdk>=2.28.0"
]
[project.scripts]
xmpp-api-useradd = "xmpp_api.cli.add_user:main"