Skip to content

Commit

Permalink
chore: disable sentry's debug-images feature
Browse files Browse the repository at this point in the history
which produced errors when sentry ingests events

getsentry/sentry-rust#574
  • Loading branch information
pjenvey committed May 3, 2023
1 parent 28d1f7f commit 976da76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rand ="0.8"
regex = "1"
reqwest = { version = "0.11", features = ["json"] }
serde = "1"
sentry = "0.30"
sentry = { version = "0.30", default-features = false, features = ["backtrace", "contexts", "panic", "transport"] }
sentry-backtrace = "0.30"
serde_json = "1"
scopeguard = "1.1"
Expand Down

0 comments on commit 976da76

Please sign in to comment.