@@ -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' ;
2219export type {
2320 ReplayEventType ,
2421 ReplayEventWithTime ,
@@ -36,17 +33,11 @@ export { replayCanvasIntegration } from '@sentry-internal/replay-canvas';
3633import { feedbackAsyncIntegration } from './feedbackAsync' ;
3734import { feedbackSyncIntegration } from './feedbackSync' ;
3835export { 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
4438export * from './metrics' ;
4539
46- export {
47- defaultRequestInstrumentationOptions ,
48- instrumentOutgoingRequests ,
49- } from './tracing/request' ;
40+ export { defaultRequestInstrumentationOptions , instrumentOutgoingRequests } from './tracing/request' ;
5041export {
5142 browserTracingIntegration ,
5243 startBrowserTracingNavigationSpan ,
@@ -77,5 +68,6 @@ export type { Span } from '@sentry/types';
7768export { makeBrowserOfflineTransport } from './transports/offline' ;
7869export { browserProfilingIntegration } from './profiling/integration' ;
7970export { spotlightBrowserIntegration } from './integrations/spotlight' ;
71+ export { copyFlagsFromScopeToEvent , insertFlagToScope } from './utils/featureFlags' ;
8072export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
8173export { openFeatureIntegration , OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature' ;
0 commit comments