Skip to content

Commit a47d337

Browse files
committed
export copyFlags/insertFlagToScope
1 parent 06e7fbb commit a47d337

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

packages/browser/src/index.ts

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export {
1515
captureFeedback,
1616
} from '@sentry/core';
1717

18-
export {
19-
replayIntegration,
20-
getReplay,
21-
} from '@sentry-internal/replay';
18+
export { replayIntegration, getReplay } from '@sentry-internal/replay';
2219
export type {
2320
ReplayEventType,
2421
ReplayEventWithTime,
@@ -36,17 +33,11 @@ export { replayCanvasIntegration } from '@sentry-internal/replay-canvas';
3633
import { feedbackAsyncIntegration } from './feedbackAsync';
3734
import { feedbackSyncIntegration } from './feedbackSync';
3835
export { feedbackAsyncIntegration, feedbackSyncIntegration, feedbackSyncIntegration as feedbackIntegration };
39-
export {
40-
getFeedback,
41-
sendFeedback,
42-
} from '@sentry-internal/feedback';
36+
export { getFeedback, sendFeedback } from '@sentry-internal/feedback';
4337

4438
export * from './metrics';
4539

46-
export {
47-
defaultRequestInstrumentationOptions,
48-
instrumentOutgoingRequests,
49-
} from './tracing/request';
40+
export { defaultRequestInstrumentationOptions, instrumentOutgoingRequests } from './tracing/request';
5041
export {
5142
browserTracingIntegration,
5243
startBrowserTracingNavigationSpan,
@@ -77,5 +68,6 @@ export type { Span } from '@sentry/types';
7768
export { makeBrowserOfflineTransport } from './transports/offline';
7869
export { browserProfilingIntegration } from './profiling/integration';
7970
export { spotlightBrowserIntegration } from './integrations/spotlight';
71+
export { copyFlagsFromScopeToEvent, insertFlagToScope } from './utils/featureFlags';
8072
export { launchDarklyIntegration, buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly';
8173
export { openFeatureIntegration, OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature';

0 commit comments

Comments
 (0)