Skip to content

Commit 22ad1d3

Browse files
authored
disable sentry on statsdproxy
1 parent 53d3a4f commit 22ad1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust_snuba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ serde = { version = "1.0", features = ["derive"] }
6060
serde_json = { version = "1.0" }
6161
serde_path_to_error = "0.1.15"
6262
serde_with = "3.8.1"
63-
statsdproxy = { version = "0.1.2", features = ["cadence-adapter", "sentry"] }
63+
statsdproxy = { version = "0.1.2", features = ["cadence-adapter"] }
6464
thiserror = "1.0"
6565
tokio = { version = "1.38.2", features = ["full"] }
6666
tokio-stream = "0.1.15"

0 commit comments

Comments
 (0)