Skip to content

Commit 5556149

Browse files
committed
missing exports
1 parent f95de11 commit 5556149

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

packages/astro/src/index.server.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ export {
138138
featureFlagsIntegration,
139139
type FeatureFlagsIntegration,
140140
launchDarklyIntegration,
141+
buildLaunchDarklyFlagUsedHandler,
141142
openFeatureIntegration,
142-
statsigIntegration,
143143
unleashIntegration,
144+
statsigIntegration,
145+
OpenFeatureIntegrationHook,
144146
} from '@sentry/node';
145147

146148
export { init } from './server/sdk';

packages/browser/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ export {
6363
thirdPartyErrorFilterIntegration,
6464
featureFlagsIntegration,
6565
launchDarklyIntegration,
66+
buildLaunchDarklyFlagUsedHandler,
6667
openFeatureIntegration,
68+
OpenFeatureIntegrationHook,
6769
unleashIntegration,
6870
statsigIntegration,
6971
} from '@sentry/core';

packages/core/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ export {
117117
featureFlagsIntegration,
118118
type FeatureFlagsIntegration,
119119
launchDarklyIntegration,
120+
buildLaunchDarklyFlagUsedHandler,
120121
openFeatureIntegration,
122+
OpenFeatureIntegrationHook,
121123
unleashIntegration,
122124
statsigIntegration,
123125
} from './integrations/featureFlags';

packages/node/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ export {
141141
wrapMcpServerWithSentry,
142142
featureFlagsIntegration,
143143
launchDarklyIntegration,
144+
buildLaunchDarklyFlagUsedHandler,
144145
openFeatureIntegration,
146+
OpenFeatureIntegrationHook,
145147
statsigIntegration,
146148
unleashIntegration,
147149
} from '@sentry/core';

0 commit comments

Comments
 (0)