Skip to main content

node-tracker.payloadbuilder.withjsonprocessor

Home > @snowplow/node-tracker > PayloadBuilder > withJsonProcessor

PayloadBuilder.withJsonProcessor property

Adds a function which will be executed when building the payload to process the JSON which has been added to this payload

Signature:
withJsonProcessor: (jsonProcessor: JsonProcessor) => void;