/** * Create a script to init PostHog, for embedding before the Vue bundle in `` in `index.html`. */ export const createPostHogLoadingScript = ({ apiKey, apiHost, autocapture, disableSessionRecording, debug, }: { apiKey: string; apiHost: string; autocapture: boolean; disableSessionRecording: boolean; debug: boolean; }) => ``;