Skip to content

Commit

Permalink
Fix typo in onboarding flow for Node (#20264)
Browse files Browse the repository at this point in the history
* fix typo

* Update frontend/src/scenes/onboarding/sdks/product-analytics/nodejs.tsx

Co-authored-by: Neil Kakkar <[email protected]>

---------

Co-authored-by: Neil Kakkar <[email protected]>
  • Loading branch information
Lior539 and neilkakkar authored Feb 14, 2024
1 parent 8d467d2 commit 86a3c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ function NodeCaptureSnippet(): JSX.Element {
})
// Send queued events immediately. Use for example in a serverless environment
// where the program may terminate before everything is sent
client.flush()`}
// 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()`}
</CodeSnippet>
)
}
Expand Down

0 comments on commit 86a3c3b

Please sign in to comment.