beforeSend property

BeforeSendCallback? beforeSend
getter/setter pair

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;