-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: set last reset date as event super property #1671
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -1096,7 +1096,7 @@ export class PostHog { | |||
* // Display the properties | |||
* console.log(posthog.persistence.properties()) | |||
* | |||
* @param {Object} properties An associative array of properties to store about the user | |||
* @param {Object} properties properties to store about the user |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't already know what an associative array is and at this point i'm afraid to ask
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Queen's (King's?) English for "hashmap"
Size Change: +630 B (+0.02%) Total Size: 3.27 MB
ℹ️ View Unchanged
|
i frequently have to diagnose whether a user called reset at an unexpected time and we just have to infer it
Let's set the last reset time on events so we can be more less confused