File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,5 @@ export { linkedErrorsIntegration } from './integrations/linkederrors';
100100export { browserApiErrorsIntegration } from './integrations/browserapierrors' ;
101101
102102export { lazyLoadIntegration } from './utils/lazyLoadIntegration' ;
103+ export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
104+ export { FLAG_BUFFER_SIZE } from './utils/featureFlags' ;
Original file line number Diff line number Diff line change @@ -75,5 +75,3 @@ export type { Span } from '@sentry/types';
7575export { makeBrowserOfflineTransport } from './transports/offline' ;
7676export { browserProfilingIntegration } from './profiling/integration' ;
7777export { spotlightBrowserIntegration } from './integrations/spotlight' ;
78- export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
79- export { FLAG_BUFFER_SIZE } from './utils/featureFlags' ;
You can’t perform that action at this time.
0 commit comments