Skip to content

fix(issues): attribute ingest-side regressions in the group action log - #121355

Open
cvxluo wants to merge 1 commit into
masterfrom
cvxluo/attribute-ingest-side-regressions-in-the-group-act
Open

fix(issues): attribute ingest-side regressions in the group action log#121355
cvxluo wants to merge 1 commit into
masterfrom
cvxluo/attribute-ingest-side-regressions-in-the-group-act

Conversation

@cvxluo

@cvxluo cvxluo commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Another case where activities are being created in the GAL and we need to set a more explicit context for source/actor.

Fixes SENTRY-5RJZ

Marking a regression creates a SET_REGRESSION Activity, which mirrors into
the group action log via ActivityManager.create. Error ingest reached
_process_existing_aggregate with no ActionContext set, so those actions were
published with source=UNKNOWN and logged an error on every occurrence.

Scope at the mutation rather than at the callers: EventManager.save has three
entrypoints (_do_save_event, the occurrence consumer, SDK crash detection) and
only the occurrence consumer established a context, so a caller-side fix would
have missed the other two.

Fixes SENTRY-5RJZ

Co-authored-by: Claude <noreply@anthropic.com>
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 5, 2026
@cvxluo
cvxluo marked this pull request as ready for review August 5, 2026 20:32
@cvxluo
cvxluo requested a review from a team as a code owner August 5, 2026 20:32
@cvxluo
cvxluo requested a review from a team August 5, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants