Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 526acd3

Browse files
Expose the Crashlytics 'crash()' function #1215
1 parent 46b89d8 commit 526acd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CRASHREPORTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ import { crashlytics } from "nativescript-plugin-firebase";
6464
crashlytics.crash();
6565
```
6666

67-
This should crash your app. 😱
67+
> This should crash your app unless you have `discardUncaughtJsExceptions` set to `true` in `app/package.json`.

0 commit comments

Comments
 (0)