Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: catch rejected promise #4512

Closed
wants to merge 2 commits into from
Closed

fix: catch rejected promise #4512

wants to merge 2 commits into from

Conversation

acdibble
Copy link

We have received Sentry alerts due to uncaught promise exceptions and traced it back to this promise rejecting without being caught.

@ricmoo
Copy link
Member

ricmoo commented Dec 15, 2023

Thanks! I’ll look into this shortly. :)

@ricmoo ricmoo added investigate Under investigation and may be a bug. on-deck This Enhancement or Bug is currently being worked on. v6 Issues regarding v6 next-patch Issues scheduled for the next arch release. labels Dec 15, 2023
acdibble and others added 2 commits December 15, 2023 23:22
Co-authored-by: Niklas Natter <niklas.natter@gmail.com>
Co-authored-by: Niklas Natter <niklas.natter@gmail.com>
@acdibble
Copy link
Author

acdibble commented Dec 15, 2023

Thanks! I’ll look into this shortly. :)

Thanks! I've made a slight adjustment since it's called in more than one place. There might be a more elegant way of handling it and aborting the timeout loop.

@acdibble acdibble closed this Dec 20, 2023
@ricmoo ricmoo added fixed/complete This Bug is fixed or Enhancement is complete and published. bug Verified to be an issue. and removed on-deck This Enhancement or Bug is currently being worked on. next-patch Issues scheduled for the next arch release. investigate Under investigation and may be a bug. labels Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified to be an issue. fixed/complete This Bug is fixed or Enhancement is complete and published. v6 Issues regarding v6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants