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
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
I admit to being moderately grumpy because I spent a bunch of time putting together getsentry/sentry-go#606 to be as complete as possible a few weeks ago in the hopes that I would never have to touch this again, and then found out today that I actually will need to open this up again if I want to be able to submit complete and correct Java backtraces :) Before I open this up again for another round of changes, is there a more complete reference of stack trace attributes that I should refer to? And, if so, can that be included in src/docs/sdk/event-payloads/stacktrace.mdx?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like the stack trace interface documentation is not complete. For instance, getsentry/sentry-java appears to submit an attribute called
native
, which is not listed in the Stack Trace Interface Frame Attributes section.I admit to being moderately grumpy because I spent a bunch of time putting together getsentry/sentry-go#606 to be as complete as possible a few weeks ago in the hopes that I would never have to touch this again, and then found out today that I actually will need to open this up again if I want to be able to submit complete and correct Java backtraces :) Before I open this up again for another round of changes, is there a more complete reference of stack trace attributes that I should refer to? And, if so, can that be included in
src/docs/sdk/event-payloads/stacktrace.mdx
?Thanks!
The text was updated successfully, but these errors were encountered: