Closed lmcarreiro closed 2 years ago
Usually, the javascript error object already have the message property, so this code is overriding the original message that is being lost:
message
https://github.com/logdna/logdna-browser/blob/7f7d7274ba15792e7451e14ca0a31a1bc84a9f8f/src/plugins/global-handler.ts#L26-L48
Yep, I will get this fixed up shortly. Thanks for pointing it out.
:tada: This issue has been resolved in version 2.0.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Usually, the javascript error object already have the
message
property, so this code is overriding the original message that is being lost:https://github.com/logdna/logdna-browser/blob/7f7d7274ba15792e7451e14ca0a31a1bc84a9f8f/src/plugins/global-handler.ts#L26-L48