beforeSendTransaction property

BeforeSendTransactionCallback? beforeSendTransaction
getter/setter pair

This function is called with an SDK specific transaction object and can return a modified transaction object or nothing to skip reporting the transaction

Implementation

BeforeSendTransactionCallback? beforeSendTransaction;