Skip to content

Commit a46b2f5

Browse files
committed
fix(cli): fix cli compiled without transport feature (#2403)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 844cd7d commit a46b2f5

2 files changed

Lines changed: 25 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 24 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/toolchain/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ base64 = "0.22.1"
2626
kv-str.workspace = true
2727
inquire = "0.7.5"
2828
webbrowser = "1.0.2"
29-
sentry = { version = "0.34.0", default-features = false, features = ["anyhow", "backtrace", "contexts", "debug-images", "panic"] }
29+
sentry = { version = "0.37.0", default-features = false, features = ["anyhow", "backtrace", "contexts", "debug-images", "panic", "reqwest", "rustls"] }
3030
sysinfo = "0.32.0"
3131
ctrlc = "3.4.5"
3232
async-posthog.workspace = true

0 commit comments

Comments
 (0)