We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Usually, the javascript error object already have the message property, so this code is overriding the original message that is being lost:
message
logdna-browser/src/plugins/global-handler.ts
Lines 26 to 48 in 7f7d727
The text was updated successfully, but these errors were encountered:
Yep, I will get this fixed up shortly. Thanks for pointing it out.
Sorry, something went wrong.
fix(unhandledPromise): error.message is overwritten
error.message
e178884
Summary: Fix bug where unhandledPromiseRejection handler was overwritting the `error.message` with <unknown> Fix #38 Semver: patch
72fc396
🎉 This issue has been resolved in version 2.0.8 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
Usually, the javascript error object already have the
message
property, so this code is overriding the original message that is being lost:logdna-browser/src/plugins/global-handler.ts
Lines 26 to 48 in 7f7d727
The text was updated successfully, but these errors were encountered: