Skip to content

Commit 0ad18c8

Browse files
authored
fix(span-buffer): Copy the event_id field into attributes (#94914)
Closes STREAM-294. The `event_id` field should be copied into the `sentry.event_id` attribute, to copy what Snuba does. I'm not sure why this field is missing, is there a specific reason? I took the liberty of adding a ticket and putting up the PR 🙏🏻
1 parent 6ddbb1c commit 0ad18c8

File tree

1 file changed

+1
-0
lines changed
  • src/sentry/spans/consumers/process_segments

1 file changed

+1
-0
lines changed

src/sentry/spans/consumers/process_segments/convert.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"origin": "sentry.origin",
3232
"kind": "sentry.kind",
3333
"hash": "sentry.hash",
34+
"event_id": "sentry.event_id",
3435
}
3536

3637

0 commit comments

Comments
 (0)