Skip to content

tracing across go routines #54

@gregwebs

Description

@gregwebs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions