trackkit / dispatcher/types / ResolvedPerformanceOptions
Interface: ResolvedPerformanceOptions
Defined in: dispatcher/types.ts:210
Internal
Fully resolved performance options with defaults applied.
See
PerformanceOptions
Extends
Required<PerformanceOptions>
Properties
enabled
enabled:
boolean
Defined in: dispatcher/types.ts:188
Enable performance monitoring for analytics requests.
Inherited from
sampleRate
sampleRate:
number
Defined in: dispatcher/types.ts:196
Sample rate from 0 to 1.
1– track every request0.1– track ~10% of requests
Inherited from
windowSize
windowSize:
number
Defined in: dispatcher/types.ts:201
Number of recent events to keep in memory for performance calculations.