Skip to content

Commit

Permalink
Switch to rustls for sentry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Nelson committed Aug 20, 2021
1 parent 837343d commit 826829e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,17 @@ tracing-log = "0.1.2"
tracing-bunyan-formatter = "0.2.4"
actix-web-requestid = "1.1"
sentry-actix = "0.23.0"
sentry = { version = "0.23.0", features = ["debug-images", "tracing"] }

[dependencies.sentry]
version = "0.23.0"
default-features = false
features = [
"backtrace",
"contexts",
"panic",
"reqwest",
"rustls",
"debug-images",
"tracing"
]

0 comments on commit 826829e

Please sign in to comment.