feat(sentry): add sentry

This commit is contained in:
Andrea Toska 2025-05-10 11:24:27 +02:00
commit 80f51c5df0
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2
3 changed files with 465 additions and 19 deletions

View file

@ -38,6 +38,7 @@ mii = { path = "./mii" }
minio = { git = "https://github.com/minio/minio-rs.git" }
crc32fast = "1.4.2"
gxhash = "3.4.1"
sentry = "0.38.0"
juniper = { version = "0.16.1", features = ["chrono"] }
juniper_rocket = "0.9.0"