Interface: RemoteDebugOptions
Configuration for the remote debug transport (DebugOptions.remote). All fields optional.
Properties
batchSize?
optionalbatchSize?:number
Flush the buffer once this many events accumulate. Default 10.
endpoint?
optionalendpoint?:string
Ingest endpoint URL. Default ${apiUrl}/storefront/debug-logs.
flushIntervalMs?
optionalflushIntervalMs?:number
Flush the buffer after this many milliseconds even if batchSize is not reached. Default 5000.
sdkVersion?
optionalsdkVersion?:string
Optional client/build version label attached to every batch.
sessionId?
optionalsessionId?:string
Correlation id grouping every event from one client instance. Default a generated id.