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

@@ -19,6 +19,7 @@ rust-embed = "8.2"
directories = "6.0.0"
open = "5.3.2"
regex = "1.11.1"
sentry = { version = "0.41.0", features = ["anyhow", "backtrace", "panic", "debug-images"] }
sentry-tracing = { version = "0.41.0", features = ["backtrace"] }
lazy_static = "1.4"
futures-util = "0.3"