Skip to content

feat(issues): Bring back SEER_PR_CREATED activity creation and hide from timeline#116233

Merged
shashjar merged 1 commit into
masterfrom
shashjar/bring-back-seer-pr-created-activity-creation-and-hide-from-timeline
May 26, 2026
Merged

feat(issues): Bring back SEER_PR_CREATED activity creation and hide from timeline#116233
shashjar merged 1 commit into
masterfrom
shashjar/bring-back-seer-pr-created-activity-creation-and-hide-from-timeline

Conversation

@shashjar
Copy link
Copy Markdown
Member

Reverts #115749 to restore SEER_PR_CREATED activity creation in the Seer operator pipeline (fed by webhook events received into Sentry from Seer).

Hides SEER_PR_CREATED activities from the frontend activity timeline on the issue details page - we continue to rely on SET_RESOLVED_IN_PULL_REQUEST activities for the UI display instead (to avoid duplicate "PR created" entries).

@github-actions github-actions Bot added Scope: Frontend Automatically applied to PRs that change frontend components Scope: Backend Automatically applied to PRs that change backend components labels May 26, 2026
@github-actions
Copy link
Copy Markdown
Contributor

🚨 Warning: This pull request contains Frontend and Backend changes!

It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.

Have questions? Please ask in the #discuss-dev-infra channel.

const showSeerActivities = organization.features.includes('seer-activity-timeline');
const visibleActivities = showSeerActivities
? group.activity
? group.activity.filter(item => item.type !== GroupActivityType.SEER_PR_CREATED)
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.

Filter out SEER_PR_CREATED from the issue details activity timeline - show SET_RESOLVED_IN_PULL_REQUEST only instead

@shashjar shashjar requested review from a team and leeandher May 26, 2026 20:37
@shashjar shashjar marked this pull request as ready for review May 26, 2026 20:37
@shashjar shashjar requested review from a team as code owners May 26, 2026 20:37
@shashjar shashjar removed request for a team May 26, 2026 20:38
@github-actions
Copy link
Copy Markdown
Contributor

📊 Type Coverage Diff

✅ No new type safety issues introduced. Coverage: 93.58%

@shashjar shashjar merged commit a1a5680 into master May 26, 2026
73 checks passed
@shashjar shashjar deleted the shashjar/bring-back-seer-pr-created-activity-creation-and-hide-from-timeline branch May 26, 2026 20:52
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 Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants