We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cd862 commit b2f9666Copy full SHA for b2f9666
trackers/browser-tracker/src/index.ts
@@ -63,5 +63,6 @@ export function newTracker(trackerId: string, endpoint: string, configuration: T
63
}
64
65
66
+export { BrowserTracker, TrackerConfiguration };
67
export { version } from './version';
68
export * from './api';
0 commit comments