-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cannot set property onunhandledrejection of [object Object] which has only a getter #63
Comments
Thanks for the report. Do you confirm you are using the module at HEAD? |
I just installed from npm, so it's the 0.5.0 release. Should I wait for a minor release or just start using HEAD? |
I did a bit of digging. It seems I was rejecting a promise with a string, which caused this section to generate an error to report. So the stack starts at this point. Unfortunately the stack traces cross async-boundaries on these Promises, so they not particularly useful. Unless you guys can figure out how to get the full stacktrace, perhaps it would be more useful to not have a StackTrace rather than a partial & internal one. |
Version Would you be able to provide a minimal sample (e.g. on codepen) that reproduces the issue? |
hmmm. was trying this, ran into another issue. A messup on publishing to CDN? |
Can't seem to repro this right now ( https://codepen.io/navpatel/pen/LqYZKq ). |
This may have birthed from Issue#35.
I'm seeing logs with the following error:
This is happening on my starting the ErrorReporter. index.js:133 is line 3:
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
The text was updated successfully, but these errors were encountered: