We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28ea82 commit 3f815e3Copy full SHA for 3f815e3
src/posthog-core.ts
@@ -458,6 +458,8 @@ export class PostHog {
458
const initialPersistenceProps = { ...this.persistence.props }
459
const initialSessionProps = { ...this.sessionPersistence.props }
460
461
+ this.register({ $initialization_time: new Date().toISOString() })
462
+
463
this._requestQueue = new RequestQueue(
464
(req) => this._send_retriable_request(req),
465
this.config.request_queue_config
0 commit comments