Class DebugMeta

java.lang.Object
io.sentry.protocol.DebugMeta
All Implemented Interfaces:
JsonSerializable, JsonUnknown

public final class DebugMeta extends Object implements JsonUnknown, JsonSerializable
Debugging and processing meta information.

The debug meta interface carries debug information for processing errors and crash reports. Sentry amends the information in this interface.

Example (look at field types to see more detail):

```json { "debug_meta": { "images": [], "sdk_info": { "sdk_name": "iOS", "version_major": 10, "version_minor": 3, "version_patchlevel": 0 } } } ```