ReportConfig interface​
Report configuration parameters to be applied to a specific event type
export interface ReportConfig<TFormat extends FormatFunction = FormatFunction, TCapture extends CaptureFunction = CaptureFunction, TReport extends ReportFunction = ReportFunction> extends ReportConfigBase<TFormat, TCapture>
Properties​
| Property | Type | Description |
|---|---|---|
| report | TReport | The default function that will be used to Report an event. Can be overridden by the user to apply custom logic. |