-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: links and migrate to js-lite new major #20854
Conversation
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
@@ -13,7 +13,7 @@ function NodeCaptureSnippet(): JSX.Element { | |||
// Send queued events immediately. Use for example in a serverless environment | |||
// where the program may terminate before everything is sent. | |||
// Use \`client.flush()\` instead if you still need to send more events or fetch feature flags. | |||
client.shutdownAsync()`} | |||
client.shutdown()`} |
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.
migration is just here for node
Size Change: 0 B Total Size: 822 kB ℹ️ View Unchanged
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Problem
Cont. PostHog/posthog.com#8021
Changes
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?