> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapCrashesResult

> What a crashes query answers with.

What a `crashes` query answers with.

## Properties

### crashFreeRate

```ts theme={null}
crashFreeRate: number;
```

The percentage of users who did not hit a crash, between 0 and 100, taken
from the most recently measured crash group. `100` when nothing has been
measured yet.

***

### issues

```ts theme={null}
issues: TapCrashIssue[];
```

The project's crash groups, the most affected first, at most 100 of them.
