Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(protocol): Add frame.stack_start for async stack traces #981

Merged
merged 3 commits into from
Apr 22, 2021

Conversation

jan-auer
Copy link
Member

Stack traces from asynchronous code consist of several sub traces that are chained together
into one large list. This flag indicates the root function of a chained stack trace.
Depending on the runtime and thread, this is either the main function or a thread base
stub.

@jan-auer jan-auer requested a review from mitsuhiko April 22, 2021 11:56
@jan-auer jan-auer self-assigned this Apr 22, 2021
@jan-auer jan-auer requested a review from a team April 22, 2021 11:56
@jan-auer jan-auer merged commit c39d30e into master Apr 22, 2021
@jan-auer jan-auer deleted the feat/protocol-stack-start branch April 22, 2021 12:43
jan-auer added a commit that referenced this pull request Apr 22, 2021
* master:
  feat(protocol): Add frame.stack_start for async stack traces (#981)
  release: 21.4.1
  Propagate the Relay logo to the rest of the docs (#978)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants