RumViewEventMapper typedef

RumViewEventMapper = RumViewEvent Function(RumViewEvent event)

A function that allows you to modify specific RumViewEvents before they are sent to Datadog.

The RumViewEventMapper can modify any mutable (non-final) properties in the RumViewEvent

Implementation

typedef RumViewEventMapper = RumViewEvent Function(RumViewEvent event);