trackException

The trackException() method tracks caught exceptions in your app. For each exception, define how your app handles it.

Syntax

await FlutterPiwikPro.sharedInstance.trackException(description: "description");

Parameters

description (string, required)

Additional information about the issue.

Examples

To send a caught exception:

await FlutterPiwikPro.sharedInstance.trackException(description: "Download error");