Skip to content

Commit

Permalink
add transport
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Nov 6, 2024
1 parent 1c73b89 commit 3dd3f3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 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 @@ -25,6 +25,6 @@ axum = { version = "0.7.7", features = ["macros"] }
thiserror = "1.0.49"
serde_json = "1.0.132"
maud = "0.26.0"
sentry = { version = "0.34.0", features = ["tracing", "rustls"], default-features = false }
sentry = { version = "0.34.0", features = ["tracing", "reqwest", "rustls"], default-features = false }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 comments on commit 3dd3f3b

Please sign in to comment.