File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ export {
156
156
OpenFeatureIntegrationHook ,
157
157
statsigIntegration ,
158
158
unleashIntegration ,
159
+ growthbookIntegration ,
159
160
} from '@sentry/node' ;
160
161
161
162
export { init } from './server/sdk' ;
Original file line number Diff line number Diff line change @@ -35,5 +35,6 @@ export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegra
35
35
export declare const OpenFeatureIntegrationHook : typeof clientSdk . OpenFeatureIntegrationHook ;
36
36
export declare const statsigIntegration : typeof clientSdk . statsigIntegration ;
37
37
export declare const unleashIntegration : typeof clientSdk . unleashIntegration ;
38
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
38
39
39
40
export default sentryAstro ;
You can’t perform that action at this time.
0 commit comments