AnalyticsEventTransformer
AnalyticsEventTransformer = (
eventName,properties) => {eventName:string;properties:AnalyticsEventProperties; } |null
Optional transformer applied before the handler.
Return null to drop the event silently.
Parameters
Section titled “Parameters”eventName
Section titled “eventName”string
properties
Section titled “properties”Returns
Section titled “Returns”{ eventName: string; properties: AnalyticsEventProperties; } | null