Address of the named symbol nearest above the current execution frame.
symbolicated_name
optional string
The name of the symbol that was resolved during symbolication.
original_index
uint64
The original index of this frame before symbolication. Some languages may expand a single frame into multiple during symbolication, so keeping this field allows us to track this.
in_app
bool
Whether this frame comes from the application or from a library/third party framework.
image_load_address
optional uint64
The starting address of the image which contains this frame
image_id
optional string
The unique identifier of the image which contains this frame