Skip to content

Commit b2f9666

Browse files
author
Paul Boocock
committed
Export BrowserTracker interface from @snowplow/browser-tracker (close #929)
1 parent c1cd862 commit b2f9666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

trackers/browser-tracker/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@ export function newTracker(trackerId: string, endpoint: string, configuration: T
6363
}
6464
}
6565

66+
export { BrowserTracker, TrackerConfiguration };
6667
export { version } from './version';
6768
export * from './api';

0 commit comments

Comments
 (0)