Skip to main content

node-tracker.emitterconfigurationbase.maxpostbytes

Home > @snowplow/node-tracker > EmitterConfigurationBase > maxPostBytes

EmitterConfigurationBase.maxPostBytes property

The max size a POST request can be before the tracker will force send it Also dictates the max size of a POST request before a batch of events is split into multiple requests

Signature:
maxPostBytes?: number;