RumErrorEventMapper typedef

RumErrorEventMapper = RumErrorEvent? Function(RumErrorEvent event)

A function that allows you to modify or drop specific RumErrorEvents before they are sent to Datadog.

The RumErrorEventMapper can modify any mutable (non-final) properties in the RumErrorEvent

Implementation

typedef RumErrorEventMapper = RumErrorEvent? Function(RumErrorEvent event);