Interface: RemoteDebugTransportConfig
Properties
batchSize?
optionalbatchSize?:number
endpoint
endpoint:
string
Fully-resolved ingest endpoint URL.
fetch
fetch: {(
input,init?):Promise<Response>; (input,init?):Promise<Response>; }
Fetch implementation (the same one the client transport uses).
Call Signature
(
input,init?):Promise<Response>
Parameters
input
RequestInfo | URL
init?
RequestInit
Returns
Promise<Response>
Call Signature
(
input,init?):Promise<Response>
Parameters
input
string | Request | URL
init?
RequestInit
Returns
Promise<Response>
flushIntervalMs?
optionalflushIntervalMs?:number
sdkVersion?
optionalsdkVersion?:string
sessionId?
optionalsessionId?:string
shopSlug
shopSlug:
string
Shop slug sent as X-Shop-Slug so the backend can resolve the tenant.