Skip to content

Commit 6ed0c30

Browse files
committed
Export NullAnalytics from main package
Fixes #1336 NullAnalytics was accidentally removed from the public exports in commit b611746 (PR #1090) when exports were changed from wildcard to explicit. This restores the export for users who need NullAnalytics in their test code.
1 parent 8f10626 commit 6ed0c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { Analytics } from './core/analytics'
1+
export { Analytics, NullAnalytics } from './core/analytics'
22
export { AnalyticsBrowser } from './browser'
33
export type {
44
AnalyticsBrowserSettings,

0 commit comments

Comments
 (0)