Enable sentry reporting

This commit is contained in:
Lukas Wölfer
2025-11-22 00:19:14 +01:00
parent c45001cb6d
commit 5414a1bb26
3 changed files with 871 additions and 63 deletions

View File

@@ -18,6 +18,8 @@ mwbot = { version = "0.7.0", default-features = false, features = ["generators",
rand = "0.9.2"
reqwest = "0.12.22"
scraper = "0.24.0"
sentry = { version = "0.45.0", features = ["tracing"] }
sentry-tracing = { version = "0.45.0", features = ["backtrace", "logs"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_plain = "1.0.2"
thiserror = "2.0.12"