EventSamplingConfig typedef

EventSamplingConfig = Map<String, EventSampleRate>

Configuration for sampling individual event types. Each event name maps to an object containing sample_rate (0–1). Events not in the config are logged at 100% rate.

Implementation

typedef EventSamplingConfig = Map<String, EventSampleRate>;