We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a80cd6 commit b5b929eCopy full SHA for b5b929e
.changeset/silent-penguins-sleep.md
@@ -0,0 +1,5 @@
1
+---
2
+'@segment/analytics-next': minor
3
4
+
5
+Deprecate AnalyticsNode class (in favor of the standalone @segment/analytics-node)
packages/browser/src/node/index.ts
@@ -6,6 +6,9 @@ import { Plugin } from '../core/plugin'
6
import { EventQueue } from '../core/queue/event-queue'
7
import { PriorityQueue } from '../lib/priority-queue'
8
9
+/**
10
+ * @deprecated Please use the standalone `@segment/analytics-node` package.
11
+ */
12
export class AnalyticsNode {
13
static async load(settings: {
14
writeKey: string
0 commit comments