We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947b747 commit 3a7981aCopy full SHA for 3a7981a
.changeset/red-falcons-worry.md
@@ -0,0 +1,5 @@
1
+---
2
+'@segment/analytics-next': minor
3
4
+
5
+Export AnalyticsSnippet type and add directions (for snippet users).
packages/browser/src/index.ts
@@ -6,3 +6,5 @@ export * from './core/context'
6
export * from './core/events'
7
export * from './core/plugin'
8
export * from './core/user'
9
10
+export type { AnalyticsSnippet } from './browser/standalone-analytics'
0 commit comments