Przejdź do głównej zawartości

Interface: RemoteDebugTransportConfig

Properties

batchSize?

optional batchSize?: 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>

MDN Reference

Parameters
input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

Call Signature

(input, init?): Promise<Response>

MDN Reference

Parameters
input

string | Request | URL

init?

RequestInit

Returns

Promise<Response>


flushIntervalMs?

optional flushIntervalMs?: number


sdkVersion?

optional sdkVersion?: string


sessionId?

optional sessionId?: string


shopSlug

shopSlug: string

Shop slug sent as X-Shop-Slug so the backend can resolve the tenant.