Skip to content

Commit 1fe4384

Browse files
authored
Merge pull request #4696 from segmentio/revert-4695-revert-4675-ga-release-node
Analytics Node GA
2 parents e3c7923 + afae26f commit 1fe4384

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

src/connections/sources/catalog/libraries/server/node/classic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ strat: node-js
55
hidden: false
66
---
77

8-
> info "Upgrade to the new version of Analytics Node.js"
9-
> There's a new version of Analytics Node.js. [Upgrade](/docs/connections/sources/catalog/libraries/server/node/migration/) to the latest version. See the updated [Analytics Node.js docs](/docs/connections/sources/catalog/libraries/server/node) to learn more.
8+
> info "Upgrade to the latest Analytics Node.js package"
9+
> This is the docs for the legacy npm package (`analytics-node`). [Upgrade to the latest package](/docs/connections/sources/catalog/libraries/server/node/migration/) (`@segment/analytics-node`). See the updated [Analytics Node.js docs](/docs/connections/sources/catalog/libraries/server/node) to learn more.
1010
1111
Segment's Node.js library lets you record analytics data from your node code. The requests hit Segment's servers, and then Segment routes your data to any destinations you have enabled.
1212

src/connections/sources/catalog/libraries/server/node/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ repo: analytics-next
55
strat: node-js
66
---
77

8-
> info ""
9-
> This version of Analytics for Node.js is in beta and Segment is actively working on this feature. Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this feature. If you’re using the classic version of Analytics for Node.js, you can refer to the documentation [here](/docs/connections/sources/catalog/libraries/server/node/classic).
10-
118
Segment's Analytics Node.js library lets you record analytics data from your node code. The requests hit Segment's servers, and then Segment routes your data to any destinations you have enabled.
129

1310
The [Segment Analytics Node.js Next library is open-source](https://github.com/segmentio/analytics-next/tree/master/packages/node){:target="_blank"} on GitHub.

src/connections/sources/catalog/libraries/server/node/migration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ repo: analytics-next
44
strat: node-js
55
---
66

7-
> info ""
8-
> This version of Analytics for Node.js is in beta and Segment is actively working on this feature. Segment's [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this feature.
9-
10-
If you're using the [classic version of Analytics Node.js](/docs/connections/sources/catalog/libraries/server/node/classic), follow these steps to upgrade to the [latest version of Analytics Node.js](/connections/sources/catalog/libraries/server/node/).
7+
If you're using the [classic version of Analytics Node.js](/docs/connections/sources/catalog/libraries/server/node/classic) (named `analytics-node` on npm), [upgrade to the latest version of Analytics Node.js](/connections/sources/catalog/libraries/server/node/) (named `@segment/analytics-node` on npm).
118

129
1. Change the named imports.
1310

0 commit comments

Comments
 (0)