Skip to content

Commit 9fbd558

Browse files
committed
export growthbook integration
1 parent 2a5d25f commit 9fbd558

File tree

6 files changed

+5
-1
lines changed

6 files changed

+5
-1
lines changed

packages/deno/src/index.ts

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

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

packages/react-router/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export declare const getDefaultIntegrations: (options: Options) => Integration[]
1919

2020
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
2121

22+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
2223
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
2324
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
2425
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;

packages/remix/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const close = runtime === 'client' ? clientSdk.close : serverSdk.close;
3333
export const flush = runtime === 'client' ? clientSdk.flush : serverSdk.flush;
3434
export const lastEventId = runtime === 'client' ? clientSdk.lastEventId : serverSdk.lastEventId;
3535

36+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
3637
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
3738
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
3839
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;

packages/solidstart/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export declare function lastEventId(): string | undefined;
2626

2727
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
2828

29+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
2930
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
3031
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
3132
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;

packages/sveltekit/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export declare function trackComponent(options: clientSdk.TrackingOptions): Retu
6060

6161
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
6262

63+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
6364
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
6465
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
6566
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;

packages/tanstackstart-react/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export declare const withErrorBoundary: typeof clientSdk.withErrorBoundary;
2929

3030
export declare const logger: typeof clientSdk.logger | typeof serverSdk.logger;
3131

32+
export declare const growthbookIntegration: typeof clientSdk.growthbookIntegration;
3233
export declare const launchDarklyIntegration: typeof clientSdk.launchDarklyIntegration;
3334
export declare const buildLaunchDarklyFlagUsedHandler: typeof clientSdk.buildLaunchDarklyFlagUsedHandler;
3435
export declare const openFeatureIntegration: typeof clientSdk.openFeatureIntegration;

0 commit comments

Comments
 (0)