ignoreErrors property

List<String> ignoreErrors
getter/setter pair

The ignoreErrors tells the SDK which errors should be not sent to the sentry server. If an null or an empty list is used, the SDK will send all transactions.

Implementation

List<String> ignoreErrors = [];