Skip to content

trackkit / dispatcher/types / PerformanceOptions

Interface: PerformanceOptions

Defined in: dispatcher/types.ts:86

Properties

enabled?

optional enabled: boolean

Defined in: dispatcher/types.ts:87


sampleRate?

optional sampleRate: number

Defined in: dispatcher/types.ts:89

Sample rate 0–1; 1 = track every event.


windowSize?

optional windowSize: number

Defined in: dispatcher/types.ts:91

How many recent events to keep for averages.