ignoreTransactions property

List<String> ignoreTransactions
getter/setter pair

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

Implementation

List<String> ignoreTransactions = [];