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

Commit c6aef9e

Browse files
Merge pull request #1252 from tralves/master
Documented crashlytics.log() function.
2 parents c705a0d + 7ce31a4 commit c6aef9e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/CRASHREPORTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ crashlytics.setFloat("test_key", 54646.45);
6464
crashlytics.setUserId("user#42");
6565
```
6666

67+
### `log`
68+
Add a message that will be logged with an error and showing int he Firebase console on the 'Logs' tab of the error details.
69+
70+
```typescript
71+
crashlytics.log("more log info...");
72+
```
73+
6774
### `crash`
6875
For easier testing, version 8.2.0 exposed this `crash()` function of the native Firebase Crashlytics SDKs:
6976

0 commit comments

Comments
 (0)