-
Notifications
You must be signed in to change notification settings - Fork 552
Open
Labels
Description
Prerequisites
- I checked the documentation and FAQ without finding a solution
- I checked to make sure that this issue has not already been filed
- I'm sure that question is related to the library itself and not Bluetooth Low Energy or Classic in general. If that so, please post your question on StackOverflow.
- I'm running the latest version
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