Skip to content

Commit

Permalink
export getDefaultBufferedPageContext
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 27, 2023
1 parent 8193b1f commit e06fc65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/browser/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ export type { AnalyticsSnippet } from './browser/standalone-interface'
export type { MiddlewareFunction } from './plugins/middleware'
export { getGlobalAnalytics } from './lib/global-analytics-helper'
export { UniversalStorage, Store, StorageObject } from './core/storage'

// helpful for analytics-node users who may not use the analytics.js SDK, but want help with populating their context.
export { getDefaultBufferedPageContext } from './core/page'

0 comments on commit e06fc65

Please sign in to comment.