Skip to content

Commit

Permalink
ref: bump sentry-kafka-schemas to 0.1.103 (#6141)
Browse files Browse the repository at this point in the history
* ref: bump sentry-kafka-schemas to 0.1.103

Co-Authored-By: phacops <336345+phacops@users.noreply.github.com>

* ref: bump sentry-kafka-schemas Rust package to 0.1.103

---------

Co-authored-by: getsentry-bot <10587625+getsentry-bot@users.noreply.github.com>
Co-authored-by: phacops <336345+phacops@users.noreply.github.com>
Co-authored-by: Pierre Massat <pierre.massat@sentry.io>
  • Loading branch information
4 people authored Jul 24, 2024
1 parent d883f17 commit ac18814
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python-dateutil==2.8.2
python-rapidjson==1.8
redis==4.3.4
sentry-arroyo==2.17.1
sentry-kafka-schemas==0.1.90
sentry-kafka-schemas==0.1.103
sentry-redis-tools==0.3.0
sentry-relay==0.8.44
sentry-sdk==1.40.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 @@ -33,7 +33,7 @@ pyo3 = { version = "0.18.1", features = ["chrono"] }
reqwest = { version = "0.11.11", features = ["stream"] }
rust_arroyo = { version = "*", git = "https://github.com/getsentry/arroyo" }
sentry = { version = "0.32.0", features = ["anyhow", "tracing"] }
sentry-kafka-schemas = "0.1.90"
sentry-kafka-schemas = "0.1.103"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
thiserror = "1.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
source: src/processors/mod.rs
description: "{\n \"duration_ms\": 1000,\n \"end_timestamp\": 1691105878.72,\n \"group\": \"deadbeefdeadbeef\",\n \"is_segment\": false,\n \"mri\": \"c:sentry.events.outcomes@none\",\n \"project_id\": 1,\n \"received\": 169110587919.123,\n \"retention_days\": 90,\n \"segment_id\": \"deadbeefdeadbeef\",\n \"span_id\": \"deadbeefdeadbeef\",\n \"trace_id\": \"deadbeefdeadbeefdeadbeefdeadbeef\",\n \"count\": 1,\n \"tags\": {\n \"category\": \"error\",\n \"environment\": \"unknown\",\n \"event_type\": \"error\",\n \"outcome\": \"accepted\",\n \"release\": \"backend@2af74c237fbd61489a1ccc46650f4f85befaf8b8\",\n \"topic\": \"outcomes-billing\",\n \"transaction\": \"sentry.tasks.store.save_event\"\n }\n}\n"
expression: snapshot_payload
---
[
{
"count": 1,
"deleted": 0,
"duration_ms": 1000,
"end_timestamp": 1691105878,
"group": 16045690984833335023,
"is_segment": 0,
"max": 0.0,
"metric_mri": "c:sentry.events.outcomes@none",
"min": 0.0,
"project_id": 1,
"retention_days": 90,
"segment_id": 16045690984833335023,
"span_id": 16045690984833335023,
"sum": 0.0,
"tags.key": [
"category",
"environment",
"event_type",
"outcome",
"release",
"topic",
"transaction"
],
"tags.value": [
"error",
"unknown",
"error",
"accepted",
"backend@2af74c237fbd61489a1ccc46650f4f85befaf8b8",
"outcomes-billing",
"sentry.tasks.store.save_event"
],
"trace_id": "deadbeefdeadbeefdeadbeefdeadbeef"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
source: src/processors/mod.rs
expression: diff
---
[
Change {
path: "",
change: RequiredAdd {
property: "count",
},
},
]

0 comments on commit ac18814

Please sign in to comment.