Crash reporting

Info
Track unhandled exceptions in your app, and optionally log any caught exceptions for further investigation.

Crash reporting is disabled by default.

To enable this feature, simply modify your Ocamba init method as follows:

OcambaHoood.crash().init();
On This Page