Skip to content

Commit b266010

Browse files
committed
export growthbook integration
1 parent ce4e27e commit b266010

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export {
142142
OpenFeatureIntegrationHook,
143143
statsigIntegration,
144144
unleashIntegration,
145+
growthbookIntegration,
145146
} from '@sentry/node';
146147

147148
export {

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export {
154154
wrapMcpServerWithSentry,
155155
featureFlagsIntegration,
156156
launchDarklyIntegration,
157+
growthbookIntegration,
157158
buildLaunchDarklyFlagUsedHandler,
158159
openFeatureIntegration,
159160
OpenFeatureIntegrationHook,

packages/cloudflare/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ export {
9797
consoleLoggingIntegration,
9898
createConsolaReporter,
9999
featureFlagsIntegration,
100+
growthbookIntegration,
100101
logger,
101102
} from '@sentry/core';
102103

packages/deno/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export {
8989
updateSpanName,
9090
wrapMcpServerWithSentry,
9191
featureFlagsIntegration,
92+
growthbookIntegration,
9293
} from '@sentry/core';
9394

9495
export { DenoClient } from './client';

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export {
137137
featureFlagsIntegration,
138138
type FeatureFlagsIntegration,
139139
launchDarklyIntegration,
140+
growthbookIntegration,
140141
buildLaunchDarklyFlagUsedHandler,
141142
openFeatureIntegration,
142143
OpenFeatureIntegrationHook,

0 commit comments

Comments
 (0)