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 using traced with withError inside, the stacktrace will always point at the withError lambda, and won't include any information about where the error occurred originally. Adding some way to attach that extra information would be helpful so that the traces reflect the original error location
The text was updated successfully, but these errors were encountered:
When using
traced
withwithError
inside, the stacktrace will always point at thewithError
lambda, and won't include any information about where the error occurred originally. Adding some way to attach that extra information would be helpful so that the traces reflect the original error locationThe text was updated successfully, but these errors were encountered: