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
We have an equivalent method called addException in other SDKs to document a runtime exception's stacktrace. They all set fault flag. But in JS, there is no concept of Exceptions, JS only has Errors. So the method is the same as addException, but confusingly named addError.
Need to investigate this code is typo or not:
https://github.com/aws/aws-xray-sdk-node/blob/master/packages/core/lib/segments/segment.js#L268-L275
The text was updated successfully, but these errors were encountered: