Skip to content

Commit 35d682c

Browse files
committed
add missing node exports
1 parent 8b229f0 commit 35d682c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ export {
137137
NODE_VERSION,
138138
featureFlagsIntegration,
139139
type FeatureFlagsIntegration,
140+
launchDarklyIntegration,
141+
buildLaunchDarklyFlagUsedHandler,
140142
} from '@sentry/node';
141143

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

packages/aws-serverless/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ export {
123123
NODE_VERSION,
124124
featureFlagsIntegration,
125125
type FeatureFlagsIntegration,
126+
launchDarklyIntegration,
127+
buildLaunchDarklyFlagUsedHandler,
126128
} from '@sentry/node';
127129

128130
export {

packages/bun/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ export {
141141
createSentryWinstonTransport,
142142
wrapMcpServerWithSentry,
143143
featureFlagsIntegration,
144+
launchDarklyIntegration,
145+
buildLaunchDarklyFlagUsedHandler,
144146
} from '@sentry/node';
145147

146148
export {

packages/google-cloud-serverless/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ export {
123123
NODE_VERSION,
124124
featureFlagsIntegration,
125125
type FeatureFlagsIntegration,
126+
launchDarklyIntegration,
127+
buildLaunchDarklyFlagUsedHandler,
126128
} from '@sentry/node';
127129

128130
export {

0 commit comments

Comments
 (0)