Skip to content

Commit

Permalink
docs: update SDK README
Browse files Browse the repository at this point in the history
  • Loading branch information
Adwin Ronald Ross committed Aug 26, 2024
1 parent 42ab7f4 commit 8f09c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Events can contain the following attributes, some of which are mandatory.
| `network_type` | string | No | One of<br/>- wifi<br/>- cellular<br/>- vpn<br/>- unknown<br/>- no_network |
| `network_provider` | string | No | Example: airtel, T-mobile or "unknown" if unavailable. |
| `network_generation` | string | No | One of:<br/>- 2g<br/>- 3g<br/>- 4g<br/>- 5g<br/>- unknown |
| `cpu_arch` | string | No | The CPU architecture, eg. arm64 |
| `device_cpu_arch` | string | No | The CPU architecture, eg. arm64 |

### Attachments

Expand Down Expand Up @@ -411,12 +411,12 @@ Each exception object contains the thread information of the crashed thread and
| `signal` | string | Yes | BSD termination signal |
| `thread_name` | string | Yes | Name of thread |
| `thread_sequence` | Int | Yes | Thread number |
| `operating_system_build` | string | Yes | Operating system build number |
| `os_build_number` | string | Yes | Operating system build number |

`thread` objects

Each thread object contains further fields.
Note: Only non-crashed threads are to be send in threads object.
Note: Only non-crashed threads are to be send in thread object.

| Field | Type | Optional | Comment |
| ---------- | ------ | -------- | --------------------------- |
Expand Down

0 comments on commit 8f09c04

Please sign in to comment.