Skip to content

Commit a975d0e

Browse files
authored
fix: bump sentry kafka schema (#6864)
1 parent 8911b2e commit a975d0e

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ python-dateutil==2.8.2
2828
python-rapidjson==1.8
2929
redis==4.5.4
3030
sentry-arroyo==2.19.12
31-
sentry-kafka-schemas==1.0.3
31+
sentry-kafka-schemas==1.0.4
3232
sentry-protos==0.1.58
3333
sentry-redis-tools==0.3.0
3434
sentry-relay==0.9.5

rust_snuba/Cargo.lock

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

rust_snuba/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ procspawn = { version = "1.0.0", features = ["json"] }
3232
pyo3 = { version = "0.18.1", features = ["chrono"] }
3333
reqwest = { version = "0.11.11", features = ["stream"] }
3434
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
35-
sentry-kafka-schemas = "1.0.3"
35+
sentry-kafka-schemas = "1.0.4"
3636
serde = { version = "1.0", features = ["derive"] }
3737
serde_json = { version = "1.0" }
3838
thiserror = "1.0"

rust_snuba/src/processors/snapshots/rust_snuba__processors__tests__events-.snap

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ source: src/processors/mod.rs
33
expression: diff
44
---
55
[
6+
Change {
7+
path: ".<anyOf:0>.2.data.contexts.<anyOf:0>",
8+
change: PropertyAdd {
9+
lhs_additional_properties: true,
10+
added: "flags",
11+
},
12+
},
613
Change {
714
path: ".<anyOf:0>.2.data.contexts.<anyOf:0>.trace.<anyOf:0>",
815
change: PropertyAdd {

0 commit comments

Comments
 (0)