Skip to content

Conversation

inesgomas
Copy link

@inesgomas inesgomas commented Aug 21, 2025

I want to fix these sentry reports:
image

After I did this change in some api requests I think it improved but we have many other api requests...
image

So I thought about going to the api repository and noticed we were avoiding throwing an error in case of aborted signal... But that is creating this case where it passes as a false positive, and then we throw errors because data was not returned...

I think it is better to throw the errors and handle abort signals as "don't show anything in the UI" instead. Like we already do in our handleException
image
The only consequence from this is that the aborts will show up as error messages in the console. But I think that is good.
I accept new ideas 😄

@inesgomas inesgomas requested a review from a team August 21, 2025 12:42
@inesgomas inesgomas force-pushed the fix-aborted-request branch from 042f309 to eb81a5a Compare August 21, 2025 12:48
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.

2 participants