Prerequisites
Question
We are daily getting these errors on Sentry even though we are catching the error on our application:
Sentry says that it is an unhandled Promise rejection. However in our app it is handled correctly and we have no further problems with it besides the insistent logs.
Is there a way to clean up these errors? Or at least route it through our app. Because now it seems that it goes from parseBleError -> _callPromise and it's thrown in https://github.com/babel/babel/blob/0a0dcd8bbe3c25fcfb90973eb29fcb96137ed211/packages/babel-runtime-corejs3/helpers/esm/asyncToGenerator.js#L20
Prerequisites
Question
We are daily getting these errors on Sentry even though we are catching the error on our application:
Sentry says that it is an unhandled Promise rejection. However in our app it is handled correctly and we have no further problems with it besides the insistent logs.
Is there a way to clean up these errors? Or at least route it through our app. Because now it seems that it goes from parseBleError -> _callPromise and it's thrown in https://github.com/babel/babel/blob/0a0dcd8bbe3c25fcfb90973eb29fcb96137ed211/packages/babel-runtime-corejs3/helpers/esm/asyncToGenerator.js#L20