Skip to main content

node-tracker.emitterconfigurationbase.maxgetbytes

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

EmitterConfigurationBase.maxGetBytes property

The max size a GET request (its complete URL) can be. Requests over this size will be tried as a POST request.

Signature:
maxGetBytes?: number;