trackkit / dispatcher/types / ResolvedResilienceOptions
Interface: ResolvedResilienceOptions
Defined in: dispatcher/types.ts:313
Internal
Fully resolved resilience options with defaults applied.
See
ResilienceOptions
Extends
Required<Omit<ResilienceOptions,"proxy"|"retry">>
Properties
detectBlockers
detectBlockers:
boolean
Defined in: dispatcher/types.ts:281
Detect and handle ad blockers or network issues.
When true, the dispatcher may probe the environment and adjust transport behaviour to work around blocking.
Inherited from
ResilienceOptions.detectBlockers
fallbackStrategy
fallbackStrategy:
FallbackStrategy
Defined in: dispatcher/types.ts:290
Suggested fallback strategy to circumvent ad blockers.
'proxy': Route through a server-side proxy (requires proxy.proxyUrl).'beacon': Usenavigator.sendBeaconfor best-effort delivery.
Inherited from
ResilienceOptions.fallbackStrategy
retry
retry:
ResolvedRetryOptions
Defined in: dispatcher/types.ts:315
proxy?
optionalproxy:ProxyTransportOptions
Defined in: dispatcher/types.ts:316