fix sentry logging (#982)

This commit is contained in:
Gabriel Gordon-Hall
2025-10-09 11:45:23 +01:00
committed by GitHub
parent f2cc538a8f
commit e52ced99e0
12 changed files with 86 additions and 75 deletions

View File

@@ -34,8 +34,6 @@ rmcp = { version = "0.5.0", features = ["server", "transport-io"] }
schemars = { workspace = true }
regex = "1.11.1"
toml = "0.8"
sentry = { version = "0.41.0", features = ["anyhow", "backtrace", "panic", "debug-images"] }
sentry-tracing = { version = "0.41.0", features = ["backtrace"] }
reqwest = { version = "0.12", features = ["json"] }
strip-ansi-escapes = "0.2.1"
thiserror = { workspace = true }