Skip to content

Commit ce4e27e

Browse files
committed
add exports to astro
1 parent bbb6c8d commit ce4e27e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export {
156156
OpenFeatureIntegrationHook,
157157
statsigIntegration,
158158
unleashIntegration,
159+
growthbookIntegration,
159160
} from '@sentry/node';
160161

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

packages/astro/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegra
3535
export declare const OpenFeatureIntegrationHook: typeof clientSdk.OpenFeatureIntegrationHook;
3636
export declare const statsigIntegration: typeof clientSdk.statsigIntegration;
3737
export declare const unleashIntegration: typeof clientSdk.unleashIntegration;
38+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
3839

3940
export default sentryAstro;

0 commit comments

Comments
 (0)