PostHogFlagsResponse
Properties
| Name | Type |
|---|---|
sessionRecording | (boolean | { [key: string]: JsonType; }) & (boolean | { [key: string]: JsonType; }) |
supportedCompression | Compression[] |
Supported compression algorithms | |
surveys | boolean | Survey[] |
Whether surveys are enabled | |
errorTracking | boolean | { [key: string]: JsonType; } |
Error tracking remote config.
Either a boolean (false = disabled) or a map with configuration.
When a map, | |
capturePerformance | boolean | { [key: string]: JsonType; } |
Capture performance remote config.
Either a boolean (false = disabled) or a map with configuration.
When a map, | |
logs | boolean | { [key: string]: JsonType; } |
Logs feature remote config. When a map, | |
featureFlags | { [key: string]: FeatureFlagValue; } |
featureFlagPayloads | { [key: string]: JsonType; } |
flags | { [key: string]: FeatureFlagDetail; } |
errorsWhileComputingFlags | boolean |
quotaLimited | string[] |
requestId | string |
evaluatedAt | number |
minimalFlagCalledEvents | boolean |
Server-controlled gate for minimal | |