Conversation
shashjar
commented
Mar 12, 2026
|
|
||
| ERROR = "error" | ||
| GENERIC = "generic" | ||
| ISSUE_PLATFORM = "issue_platform" |
Member
Author
There was a problem hiding this comment.
Renaming to ISSUE_PLATFORM to have a clearer name (open to better suggestions)
shashjar
commented
Mar 12, 2026
Contributor
Backend Test FailuresFailures on
|
…' into shashjar/update-occurrences-on-eap-attribute-definitions
…s' into shashjar/fix-occurrence-category-filtering-occurrences-on-eap
Contributor
Backend Test FailuresFailures on
|
…' into shashjar/update-occurrences-on-eap-attribute-definitions
…s' into shashjar/fix-occurrence-category-filtering-occurrences-on-eap
thetruecpaul
approved these changes
Mar 16, 2026
Contributor
thetruecpaul
left a comment
There was a problem hiding this comment.
Looks good as is — thanks for leading on this :-)
…s' into shashjar/fix-occurrence-category-filtering-occurrences-on-eap
…s' into shashjar/fix-occurrence-category-filtering-occurrences-on-eap
Base automatically changed from
shashjar/update-occurrences-on-eap-attribute-definitions
to
master
March 16, 2026 20:26
…-occurrences-on-eap
JonasBa
pushed a commit
that referenced
this pull request
Mar 16, 2026
… layer (#110591) https://www.notion.so/sentry/Occurrences-on-EAP-Ingestion-3218b10e4b5d8080bf28c081cb69b6a1?source=copy_link#3218b10e4b5d80fda14ec70ddc848b1e The filter to distinguish error event occurrence trace items from issue platform event occurrence trace items should rely on the presence or absence of an `occurrence_id` field on the occurrence trace item. An occurrence trace item is an issue platform event iff it has an associated occurrence via the `occurrence_id` field.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://www.notion.so/sentry/Occurrences-on-EAP-Ingestion-3218b10e4b5d8080bf28c081cb69b6a1?source=copy_link#3218b10e4b5d80fda14ec70ddc848b1e
The filter to distinguish error event occurrence trace items from issue platform event occurrence trace items should rely on the presence or absence of an
occurrence_idfield on the occurrence trace item. An occurrence trace item is an issue platform event iff it has an associated occurrence via theoccurrence_idfield.