forked from pkg/errors
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When errors are handled across go routines, can we ensure that gets traced?
In this case there should be multiple stack traces generated. Currently the code has some optimization to avoid generating multiple traces.
Generally code using errors is going to look for just the first stack trace it can find and then use just that- in addition to generating a trace per go routine we need at least an official way to coalesce the stack traces together.
Metadata
Metadata
Assignees
Labels
No labels