Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add <ErrorAlert /> debug details#22462

Open
jakehwll wants to merge 9 commits intomainfrom
jakehwll/KIWI-25-alert-stack
Open

feat: add <ErrorAlert /> debug details#22462
jakehwll wants to merge 9 commits intomainfrom
jakehwll/KIWI-25-alert-stack

Conversation

@jakehwll
Copy link
Contributor

@jakehwll jakehwll commented Mar 2, 2026

Closes #22140

Short simple and sweet PR to add a bunch of details to our <Alert /> stacks. This means we aren't simply asking the user to read the developer console and surface things easier.

  • Implement Response data and Stack trace <details />
  • Fix overflow in ErrorAlert debug accordions so long Response data and Stack Trace content stays inside the alert.
  • Add horizontal scroll wrappers around both <pre> blocks used in debug details.
  • Update Alert layout with min-w-0 on flex containers so nested content can shrink correctly and internal scrolling works as intended.
preview-validation

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8ed0a78fb9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Contributor

@DanielleMaywood DanielleMaywood left a comment

Choose a reason for hiding this comment

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

Couple of chromatic stories have broken and need fixing up as well

@jakehwll jakehwll requested a review from DanielleMaywood March 3, 2026 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ui: HTTP response data and error stack traces are not displayed to the end user

3 participants