Stack trace interface documentation does not include a complete list of keys
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!