Skip to content

fix: Add catch handler to promise rejection in ListApp#123

Draft
sentry[bot] wants to merge 1 commit intomasterfrom
seer/fix/listapp-promise-rejection-catch
Draft

fix: Add catch handler to promise rejection in ListApp#123
sentry[bot] wants to merge 1 commit intomasterfrom
seer/fix/listapp-promise-rejection-catch

Conversation

@sentry
Copy link
Copy Markdown

@sentry sentry Bot commented Apr 23, 2026

Fixes MOBILE-REACT-NATIVE-7. The issue was that: An intentional Promise.reject() without a .catch() handler was automatically captured by Sentry's default error handling.

  • Added .catch(_e => {}) to a Promise.reject call in src/screens/ListApp.tsx.
  • This prevents the promise from being truly unhandled when the 'Unhandled Promise Rejection' button is pressed.

This fix was generated by Seer in Sentry, triggered by rahul.chhabria@sentry.io. 👁️ Run ID: 13323662

Not quite right? Click here to continue debugging with Seer.

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.

0 participants