PostHogOptions

Example values

Node.js
PostHogCoreOptions & {
persistence?: 'memory';
personalApiKey?: string;
privacyMode?: boolean;
enableExceptionAutocapture?: boolean;
featureFlagsPollingInterval?: number;
maxCacheSize?: number;
fetch?: (url: string, options: PostHogFetchOptions) => Promise<PostHogFetchResponse>;
enableLocalEvaluation?: boolean;
before_send?: BeforeSendFn | BeforeSendFn[];
}

Community questions

Was this page useful?