Skip to content

fix(seer): surface coding agent launch errors inline in drawer#113257

Closed
sehr-m wants to merge 1 commit intomasterfrom
sehr/seer-drawer-integration-errors-inline
Closed

fix(seer): surface coding agent launch errors inline in drawer#113257
sehr-m wants to merge 1 commit intomasterfrom
sehr/seer-drawer-integration-errors-inline

Conversation

@sehr-m
Copy link
Copy Markdown
Member

@sehr-m sehr-m commented Apr 16, 2026

Previously, failures during coding agent launch appeared as global toast notifications. Move them into the Seer drawer as dismissable alerts at the bottom of the panel, accumulated across launch attempts for the lifetime of the mount. Also extract the clean message from HTTPError response bodies (e.g. Anthropic's {error: {message: ...}}) so users see the real API error instead of a generic status-code string.

example view:

Screenshot 2026-04-16 at 2 57 22 PM

Previously, failures during coding agent launch appeared as global toast
notifications. Move them into the Seer drawer as dismissable alerts at
the bottom of the panel, accumulated across launch attempts for the
lifetime of the mount. Also extract the clean message from HTTPError
response bodies (e.g. Anthropic's {error: {message: ...}}) so users
see the real API error instead of a generic status-code string.
@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 Apr 16, 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.

@sehr-m sehr-m closed this Apr 17, 2026
@sehr-m
Copy link
Copy Markdown
Member Author

sehr-m commented Apr 17, 2026

split into frontend and backend

@sehr-m sehr-m deleted the sehr/seer-drawer-integration-errors-inline branch April 17, 2026 16: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 Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant