Optional
sampleFraction (0..1) of mount events to sample.
Optional
flushFlush interval (ms) for queued events. Set to 0 to disable interval flushing (still flushes on threshold / visibility hidden).
Optional
allowBy default events are suppressed when env === "dev"
to avoid local noise.
Set allowInDev
true to always record.
Optional
sinkOptional custom sink callback.
If provided each flush will pass a batch array; returning void.
When present the internal Datadog addAction
forwarding is skipped.