sendExceptionWithDescription
The sendExceptionWithDescription() method records caught exceptions (errors) on your app.
Syntax
[[PiwikTracker sharedInstance] sendExceptionWithDescription:@"description"];
Parameters
description (string, required)
Information about the issue.
Examples
To send a caught exception:
[[PiwikTracker sharedInstance] sendExceptionWithDescription:@"Download error"];
Updated 6 days ago