Skip to content

Commit 43e6bbe

Browse files
author
markzegarelli
authored
Revert "go GA with @segment/analytics-node (#4675)" (#4695)
This reverts commit e7e06de.
1 parent eaa2249 commit 43e6bbe

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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 Analytics Node.js package"
9-
> This is the docs for the legacy npm package (`analytics-node`). Please [upgrade to](/docs/connections/sources/catalog/libraries/server/node/migration/) the new package (`@segment/analytics-node`). See the updated [Analytics Node.js docs](/docs/connections/sources/catalog/libraries/server/node) to learn more.
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.
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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+
811
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.
912

1013
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ repo: analytics-next
44
strat: node-js
55
---
66

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), follow these steps to upgrade to the [latest version of Analytics Node.js](/connections/sources/catalog/libraries/server/node/) (named `@segment/analytics-node` on npm).
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/).
811

912
1. Change the named imports.
1013

0 commit comments

Comments
 (0)