Skip to content

trackkit / dispatcher/types / ResolvedResilienceOptions

Interface: ResolvedResilienceOptions

Defined in: dispatcher/types.ts:313

Internal

Fully resolved resilience options with defaults applied.

See

ResilienceOptions

Extends

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': Use navigator.sendBeacon for best-effort delivery.

Inherited from

ResilienceOptions.fallbackStrategy


retry

retry: ResolvedRetryOptions

Defined in: dispatcher/types.ts:315


proxy?

optional proxy: ProxyTransportOptions

Defined in: dispatcher/types.ts:316

Released under the MIT License.