PostHogRemoteConfig

Example values

TypeScript
{
sessionRecording?: boolean | {
[key: string]: JsonType;
};
supportedCompression?: Compression[];
surveys?: boolean | Survey[];
hasFeatureFlags?: boolean;
errorTracking?: boolean | {
[key: string]: JsonType;
};
capturePerformance?: boolean | {
[key: string]: JsonType;
};
}

Community questions

Questions about this page? or post a community question.