PostHogOptions

Example values

React Native
PostHogCoreOptions & {
persistence?: 'memory' | 'file';
customAppProperties?: PostHogCustomAppProperties | ((properties: PostHogCustomAppProperties) => PostHogCustomAppProperties);
customStorage?: PostHogCustomStorage;
captureAppLifecycleEvents?: boolean;
enableSessionReplay?: boolean;
sessionReplayConfig?: PostHogSessionReplayConfig;
enablePersistSessionIdAcrossRestart?: boolean;
}

Community questions

Questions about this page? or post a community question.