Skip to content

Commit

Permalink
chore: update sentry-kafka-schemas (#6915)
Browse files Browse the repository at this point in the history
added new uptime failure reason type
getsentry/sentry-kafka-schemas#387
  • Loading branch information
JoshFerge authored Feb 26, 2025
1 parent e13f865 commit 45b9bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python-dateutil==2.8.2
python-rapidjson==1.8
redis==4.5.4
sentry-arroyo==2.19.12
sentry-kafka-schemas==1.0.8
sentry-kafka-schemas==1.1.0
sentry-protos==0.1.61
sentry-redis-tools==0.3.0
sentry-relay==0.9.5
Expand Down
4 changes: 2 additions & 2 deletions rust_snuba/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 rust_snuba/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ procspawn = { version = "1.0.0", features = ["json"] }
pyo3 = { version = "0.18.1", features = ["chrono"] }
reqwest = { version = "0.11.11", features = ["stream"] }
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
sentry-kafka-schemas = "1.0.8"
sentry-kafka-schemas = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
thiserror = "1.0"
Expand Down

0 comments on commit 45b9bc5

Please sign in to comment.