PostHogRemoteConfig

Example values

Node.js
{
sessionRecording?: boolean | {
[key: string]: JsonType;
};
supportedCompression?: Compression[];
surveys?: boolean | Survey[];
hasFeatureFlags?: boolean;
}

Community questions

Was this page useful?