beforeSend property
This function is called with an SDK specific event object and can return a modified event object or nothing to skip reporting the event
Implementation
BeforeSendCallback? beforeSend;
This function is called with an SDK specific event object and can return a modified event object or nothing to skip reporting the event
BeforeSendCallback? beforeSend;