Sentry "A hanging Promise was canceled"
I have a worker with custom SWR implementation that leverages
waitUntil.
The general app logic works fine and has been in production for a while.
Now I wrapped the fetch with Sentry.withSentry.
The results is that some requests throw "A hanging Promise was canceled" error in the console.
Logic seems to be still working fine.
Couldn't find similar issues from the web nor pin point any hanging async operations.
Any suggestions?1 Reply
Seems like Wrangler Version Bump helped