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 {
89
89
updateSpanName ,
90
90
wrapMcpServerWithSentry ,
91
91
featureFlagsIntegration ,
92
- growthbookIntegration ,
93
92
} from '@sentry/core' ;
94
93
95
94
export { DenoClient } from './client' ;
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export declare const getDefaultIntegrations: (options: Options) => Integration[]
19
19
20
20
export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
21
21
22
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
22
23
export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
23
24
export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
24
25
export 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;
33
33
export const flush = runtime === 'client' ? clientSdk . flush : serverSdk . flush ;
34
34
export const lastEventId = runtime === 'client' ? clientSdk . lastEventId : serverSdk . lastEventId ;
35
35
36
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
36
37
export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
37
38
export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
38
39
export 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;
26
26
27
27
export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
28
28
29
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
29
30
export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
30
31
export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
31
32
export 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
60
60
61
61
export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
62
62
63
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
63
64
export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
64
65
export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
65
66
export 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;
29
29
30
30
export declare const logger : typeof clientSdk . logger | typeof serverSdk . logger ;
31
31
32
+ export declare const growthbookIntegration : typeof clientSdk . growthbookIntegration ;
32
33
export declare const launchDarklyIntegration : typeof clientSdk . launchDarklyIntegration ;
33
34
export declare const buildLaunchDarklyFlagUsedHandler : typeof clientSdk . buildLaunchDarklyFlagUsedHandler ;
34
35
export declare const openFeatureIntegration : typeof clientSdk . openFeatureIntegration ;
You can’t perform that action at this time.
0 commit comments