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

Commit 3fd5867

Browse files
Basic integration of Crashlytics for iOS... #549 (added Android as well)
1 parent 2310dea commit 3fd5867

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

docs/CRASHREPORTING.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<img src="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/crash.png" height="85px" alt="Crash Reporting"/>
22

33
## Enabling Crash Reporting
4-
With plugin version 3.9.0+ you will be prompted during installation of the plugin to enable Crash Reporting (it's off by default).
5-
6-
In older versions it was on by default but it may slow down app startup a bit so now it's disabled by default.
7-
8-
## Making sense of the stacktraces
9-
Please read [the official docs](https://firebase.google.com/docs/crash/)
10-
on what Crash reporting is and what you can do to have a better experience.
11-
12-
## Future work
13-
There's an option to send logs to Firebase along with the crash in order
14-
to add some context. This is however currently problematic on iOS but we'll keep an eye out.
4+
Since version 5.3.0 you can choose either Crashlytics (recommended) or the older Firebase crash reporting (which doesn't really work on iOS).
5+
You will be prompted during installation of the plugin to enable either Crashlytics or Crash Reporting (it's off by default).

0 commit comments

Comments
 (0)