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 b60d946 commit 86e76b9Copy full SHA for 86e76b9
packages/compass-web/src/index.tsx
@@ -6,7 +6,11 @@ export type {
6
WorkspaceTab,
7
} from '@mongodb-js/compass-workspaces';
8
9
-export { CompassExperimentationProvider } from '@mongodb-js/compass-telemetry';
+export {
10
+ CompassExperimentationProvider,
11
+ ExperimentTestName,
12
+ ExperimentTestGroup,
13
+} from '@mongodb-js/compass-telemetry';
14
15
export type { CollectionTabInfo } from '@mongodb-js/compass-workspaces';
16
export type { AllPreferences } from 'compass-preferences-model/provider';
0 commit comments