Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ All of Segment's server-side libraries are built for high-performance, so you ca
# yarn
yarn add @segment/analytics-node
# pnpm
pnpm install @segment/analytics-node
pnpm add @segment/analytics-node
```

2. Initialize the `Analytics` constructor the module exposes with your Segment source **Write Key**, like so:
Expand Down
Loading