Skip to content

Commit

Permalink
Merge pull request #25 from GiganticMinecraft/reqwestFeatures
Browse files Browse the repository at this point in the history
chore: sentryのfeaturesにreqwestを追加
  • Loading branch information
rito528 authored Jul 28, 2023
2 parents 60de5fa + 474e7bc commit 3796e95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server/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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ axum = "0.6.19"
bytes = "1.4.0"
envy = "0.4.2"
# default featureは推移的にnative-tls featureを有効しているため、native-tls (LinuxではOpenSSL) を連れてくる。これをオプトアウトするためにrustlsを使う。
sentry = { version = "0.31.5", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "profiling", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
sentry = { version = "0.31.5", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "profiling", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
serde = { version = "1.0.176", features = ["derive"] }
tokio = { version = "1.29.1", features = ["full"] }
tokio-util = { version = "0.7.8", features = ["io"] }
Expand Down

0 comments on commit 3796e95

Please sign in to comment.