You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reporting an unhandled rejection in server-side JS using the plugin, we only provide the "reason".
The "reason" is usually an error, in which case client.notify(reason) should work great. However, the "reason" could also be of some other type. In this case, can we provide more information using the promise passed through in the unhandledRejection event?
The text was updated successfully, but these errors were encountered:
See #1172 (comment)
When reporting an unhandled rejection in server-side JS using the plugin, we only provide the "reason".
The "reason" is usually an error, in which case
client.notify(reason)
should work great. However, the "reason" could also be of some other type. In this case, can we provide more information using the promise passed through in the unhandledRejection event?The text was updated successfully, but these errors were encountered: