Closed marandaneto closed 2 months ago
Closes https://github.com/PostHog/posthog-js-lite/issues/268
enablePersistSessionIdAcrossRestart
true
export const posthog = new PostHog( 'apiKey...', { // ... enablePersistSessionIdAcrossRestart: true, }, );
Size Change: +11 B (+0.01%)
Total Size: 73.6 kB
posthog-web/lib/index.cjs.js
posthog-web/lib/index.esm.js
compressed-size-action
Problem
Closes https://github.com/PostHog/posthog-js-lite/issues/268
Changes
Release info Sub-libraries affected
Bump level
Libraries affected
Changelog notes
enablePersistSessionIdAcrossRestart
option totrue
when initializing the PostHog client.