PostHogRemoteConfig
Properties
| Name | Type |
|---|---|
sessionRecording | boolean | { [key: string]: JsonType; } |
supportedCompression | Compression[] |
Supported compression algorithms | |
surveys | boolean | Survey[] |
Whether surveys are enabled | |
hasFeatureFlags | boolean |
Indicates if the team has any flags enabled (if not we don't need to load them) | |
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, | |