File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ export {
142
142
OpenFeatureIntegrationHook ,
143
143
statsigIntegration ,
144
144
unleashIntegration ,
145
+ growthbookIntegration ,
145
146
} from '@sentry/node' ;
146
147
147
148
export {
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ export {
154
154
wrapMcpServerWithSentry ,
155
155
featureFlagsIntegration ,
156
156
launchDarklyIntegration ,
157
+ growthbookIntegration ,
157
158
buildLaunchDarklyFlagUsedHandler ,
158
159
openFeatureIntegration ,
159
160
OpenFeatureIntegrationHook ,
Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ export {
97
97
consoleLoggingIntegration ,
98
98
createConsolaReporter ,
99
99
featureFlagsIntegration ,
100
+ growthbookIntegration ,
100
101
logger ,
101
102
} from '@sentry/core' ;
102
103
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ export {
89
89
updateSpanName ,
90
90
wrapMcpServerWithSentry ,
91
91
featureFlagsIntegration ,
92
+ growthbookIntegration ,
92
93
} from '@sentry/core' ;
93
94
94
95
export { DenoClient } from './client' ;
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ export {
137
137
featureFlagsIntegration ,
138
138
type FeatureFlagsIntegration ,
139
139
launchDarklyIntegration ,
140
+ growthbookIntegration ,
140
141
buildLaunchDarklyFlagUsedHandler ,
141
142
openFeatureIntegration ,
142
143
OpenFeatureIntegrationHook ,
You can’t perform that action at this time.
0 commit comments