@@ -15,10 +15,7 @@ export {
15
15
captureFeedback ,
16
16
} from '@sentry/core' ;
17
17
18
- export {
19
- replayIntegration ,
20
- getReplay ,
21
- } from '@sentry-internal/replay' ;
18
+ export { replayIntegration , getReplay } from '@sentry-internal/replay' ;
22
19
export type {
23
20
ReplayEventType ,
24
21
ReplayEventWithTime ,
@@ -36,17 +33,11 @@ export { replayCanvasIntegration } from '@sentry-internal/replay-canvas';
36
33
import { feedbackAsyncIntegration } from './feedbackAsync' ;
37
34
import { feedbackSyncIntegration } from './feedbackSync' ;
38
35
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' ;
43
37
44
38
export * from './metrics' ;
45
39
46
- export {
47
- defaultRequestInstrumentationOptions ,
48
- instrumentOutgoingRequests ,
49
- } from './tracing/request' ;
40
+ export { defaultRequestInstrumentationOptions , instrumentOutgoingRequests } from './tracing/request' ;
50
41
export {
51
42
browserTracingIntegration ,
52
43
startBrowserTracingNavigationSpan ,
@@ -77,5 +68,6 @@ export type { Span } from '@sentry/types';
77
68
export { makeBrowserOfflineTransport } from './transports/offline' ;
78
69
export { browserProfilingIntegration } from './profiling/integration' ;
79
70
export { spotlightBrowserIntegration } from './integrations/spotlight' ;
71
+ export { copyFlagsFromScopeToEvent , insertFlagToScope } from './utils/featureFlags' ;
80
72
export { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from './integrations/featureFlags/launchdarkly' ;
81
73
export { openFeatureIntegration , OpenFeatureIntegrationHook } from './integrations/featureFlags/openfeature' ;
0 commit comments