File tree Expand file tree Collapse file tree 5 files changed +0
-9
lines changed
Expand file tree Collapse file tree 5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ export declare function flush(timeout?: number | undefined): PromiseLike<boolean
2626
2727// eslint-disable-next-line deprecation/deprecation
2828export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
29- export declare const getClient : typeof clientSdk . getClient ;
3029
3130export declare const Span : clientSdk . Span ;
3231
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ export declare function init(
1919 options : Options | clientSdk . BrowserOptions | serverSdk . NodeOptions | edgeSdk . EdgeOptions ,
2020) : Client | undefined ;
2121
22- export declare const getClient : typeof clientSdk . getClient ;
23- export declare const getRootSpan : typeof serverSdk . getRootSpan ;
24- export declare const continueTrace : typeof clientSdk . continueTrace ;
25-
2622export declare const linkedErrorsIntegration : typeof clientSdk . linkedErrorsIntegration ;
2723export declare const contextLinesIntegration : typeof clientSdk . contextLinesIntegration ;
2824
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ declare const runtime: 'client' | 'server';
3232
3333// eslint-disable-next-line deprecation/deprecation
3434export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
35- export declare const getClient : typeof clientSdk . getClient ;
3635
3736export const close = runtime === 'client' ? clientSdk . close : serverSdk . close ;
3837export const flush = runtime === 'client' ? clientSdk . flush : serverSdk . flush ;
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
1919export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
2020export declare const defaultStackParser : StackParser ;
2121
22- export declare const getClient : typeof clientSdk . getClient ;
23-
2422export declare function close ( timeout ?: number | undefined ) : PromiseLike < boolean > ;
2523export declare function flush ( timeout ?: number | undefined ) : PromiseLike < boolean > ;
2624export declare function lastEventId ( ) : string | undefined ;
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
4242export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
4343export declare const defaultStackParser : StackParser ;
4444
45- export declare const getClient : typeof clientSdk . getClient ;
4645// eslint-disable-next-line deprecation/deprecation
4746export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
4847
You can’t perform that action at this time.
0 commit comments