sentry-cocoa
sentry-cocoa copied to clipboard
Add beforeSendTransaction option
Description
Add a beforeSendTransactions callback to the Options, as we have it for Java. Although, transactions go through beforeSend, we plan on reverting this behavior in the next major version with https://github.com/getsentry/sentry-cocoa/issues/1730.
@philipphofmann Hi Philip, do we have any updates here? Thanks
No, sorry, not yet. You can filter transactions in beforeSend until we add this feature, @sentryadam0000345.
Adding this means not sending transactions to beforeSend anymore, which makes this a breaking change