if (!window?.posthog) {
console.warn('PostHog must be added to the window object on this page, for this to work. This is normally done in the loaded callback of your posthog init code.')
} else {
window.posthog.loadToolbar({"action": "ph_authorize", "token": "phc_HTe56KdC2pGW9plclDkiF791Nv7ONlgnb8CWA94CSxJ", "temporaryToken": "VOEDrgZwDAsaWbCv9kXsQzbbbLFGa80uiSS9tT0tyzU", "actionId": null, "experimentId": null, "userIntent": "add-action", "toolbarVersion": "toolbar", "apiURL": "https://us.posthog.com", "dataAttributes": ["data-attr"], "instrument": true, "userEmail": "rahul@oriongeo.com", "distinctId": "a0nmQCl6Y06IfgZzSsr9jbgOypM3KbyrKQZMYbhr1kD"})
}