Raygun4iOS not reporting exceptions
andhapp
Posted on
Apr 08 2014
Hi,
I have created a cordova plugin for Raygun4iOS framework. The plugin is initialised when the cordova is loaded up and the device is ready using the javascript interface provided by the cordova plugins. I've debugged it in Xcode and the initialisation code does get called up and the error is definitely thrown (added breakpoints there), but it never shows up in the dashboard.
Here's the code for initialisation, and for throwing an exception:
[Raygun sharedReporterWithApiKey:key]; // keys gets passed in
[NSException raise:@"Native error" format:@"Raygun integration test"];
Thanks