Skip to content

feat(issues): Fully enable recording of Seer actions as issue activities (with option)#116424

Merged
shashjar merged 3 commits into
masterfrom
shashjar/enable-recording-of-seer-actions-as-issue-activities-fully-with-option
May 28, 2026
Merged

feat(issues): Fully enable recording of Seer actions as issue activities (with option)#116424
shashjar merged 3 commits into
masterfrom
shashjar/enable-recording-of-seer-actions-as-issue-activities-fully-with-option

Conversation

@shashjar
Copy link
Copy Markdown
Member

@shashjar shashjar commented May 28, 2026

https://linear.app/getsentry/project/add-seer-actions-to-issue-activityaction-log-0e641e1f5dac/overview

Replaces the per-org seer-activity-timeline feature flag check with a global issues.record-seer-actions-as-activities option for gating the recording of Seer actions as issue activities in the backend, using the Seer webhook. This PR enables recording Seer activities (RCA, solution, coding, PR creation) for all organizations by default, while retaining an option-based killswitch.

The existing seer-activity-timeline feature flag is preserved and will be repurposed in a follow-up frontend PR to gate only the display of these activities in the issue details timeline.

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 28, 2026
# https://linear.app/getsentry/project/add-seer-actions-to-issue-activityaction-log-0e641e1f5dac/overview
register(
"issues.record-seer-actions-as-activities",
default=True,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Defaults to True, so recording of these activities will be enabled for all orgs on deploy

@shashjar shashjar requested review from a team and leeandher May 28, 2026 20:16
@shashjar shashjar marked this pull request as ready for review May 28, 2026 20:16
@shashjar shashjar requested review from a team as code owners May 28, 2026 20:16
@shashjar shashjar removed request for a team May 28, 2026 20:16
@shashjar shashjar merged commit 7557332 into master May 28, 2026
116 of 118 checks passed
@shashjar shashjar deleted the shashjar/enable-recording-of-seer-actions-as-issue-activities-fully-with-option branch May 28, 2026 21:18
shashjar added a commit that referenced this pull request May 29, 2026
…tions as issue details activities (#116425)

https://linear.app/getsentry/project/add-seer-actions-to-issue-activityaction-log-0e641e1f5dac/overview

Follow-up to #116424.

Renames the `seer-activity-timeline` feature flag to
`display-seer-actions-as-issue-activities` to clarify that this flag
only gates the *display* of Seer activities in the issue details
timeline. The *recording* of these activities is controlled by the
`issues.record-seer-actions-as-activities` option added in the above PR.
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.

3 participants