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[];}
Questions about this page? or post a community question.