File tree Expand file tree Collapse file tree 6 files changed +5
-1
lines changed Expand file tree Collapse file tree 6 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,6 @@ export {
8989 updateSpanName ,
9090 wrapMcpServerWithSentry ,
9191 featureFlagsIntegration ,
92- growthbookIntegration ,
9392} from '@sentry/core' ;
9493
9594export { DenoClient } from './client' ;
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export declare const getDefaultIntegrations: (options: Options) => Integration[]
1919
2020export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
2121
22+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
2223export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
2324export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
2425export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ export const close = runtime === 'client' ? clientSdk.close : serverSdk.close;
3333export const flush = runtime === 'client' ? clientSdk . flush : serverSdk . flush ;
3434export const lastEventId = runtime === 'client' ? clientSdk . lastEventId : serverSdk . lastEventId ;
3535
36+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
3637export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
3738export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
3839export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export declare function lastEventId(): string | undefined;
2626
2727export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
2828
29+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
2930export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
3031export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
3132export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export declare function trackComponent(options: clientSdk.TrackingOptions): Retu
6060
6161export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
6262
63+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
6364export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
6465export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
6566export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export declare const withErrorBoundary: typeof clientSdk.withErrorBoundary;
2929
3030export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
3131
32+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
3233export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
3334export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
3435export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
You can’t perform that action at this time.
0 commit comments