-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency posthog-node to v4.14.0 #372
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
Conversation
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for PostHog Node SDKclassDiagram
class PostHog {
+capture(event: string, properties?: Record<string, any>): void
+identify(userId: string, properties?: Record<string, any>): void
+alias(distinctId: string, alias: string): void
+register(properties: Record<string, any>): void
+unregister(property: string): void
+setPersonProperties(distinctId: string, properties: Record<string, any>): void
+incr(distinctId: string, property: string, by?: number): void
+page(distinctId: string, name: string, properties?: Record<string, any>): void
+reloadFeatureFlags(): Promise<void>
+shutdown(): Promise<void>
+group(groupType: string, groupKey: string, properties?: Record<string, any>): void
+setFeatureFlag(key: string, value: any): void
+getFeatureFlag(key: string, defaultValue: any): any
+getAllFeatureFlags(): Record<string, any>
+getEvaluationReason(key: string): string
+getSuperProperties(): Record<string, any>
+setSuperProperties(properties: Record<string, any>): void
+clearSuperProperties(): void
}
note for PostHog "feat: Add super properties as a concept to the Node SDK"
File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
070b896 to
153031c
Compare
This PR contains the following updates:
4.13.0->4.14.0Release Notes
PostHog/posthog-js-lite (posthog-node)
v4.14.0Compare Source
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.