File tree 5 files changed +0
-9
lines changed
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
26
26
27
27
// eslint-disable-next-line deprecation/deprecation
28
28
export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
29
- export declare const getClient : typeof clientSdk . getClient ;
30
29
31
30
export declare const Span : clientSdk . Span ;
32
31
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ export declare function init(
19
19
options : Options | clientSdk . BrowserOptions | serverSdk . NodeOptions | edgeSdk . EdgeOptions ,
20
20
) : Client | undefined ;
21
21
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
-
26
22
export declare const linkedErrorsIntegration : typeof clientSdk . linkedErrorsIntegration ;
27
23
export declare const contextLinesIntegration : typeof clientSdk . contextLinesIntegration ;
28
24
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ declare const runtime: 'client' | 'server';
32
32
33
33
// eslint-disable-next-line deprecation/deprecation
34
34
export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
35
- export declare const getClient : typeof clientSdk . getClient ;
36
35
37
36
export const close = runtime === 'client' ? clientSdk . close : serverSdk . close ;
38
37
export 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
19
19
export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
20
20
export declare const defaultStackParser : StackParser ;
21
21
22
- export declare const getClient : typeof clientSdk . getClient ;
23
-
24
22
export declare function close ( timeout ?: number | undefined ) : PromiseLike < boolean > ;
25
23
export declare function flush ( timeout ?: number | undefined ) : PromiseLike < boolean > ;
26
24
export 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
42
42
export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
43
43
export declare const defaultStackParser : StackParser ;
44
44
45
- export declare const getClient : typeof clientSdk . getClient ;
46
45
// eslint-disable-next-line deprecation/deprecation
47
46
export declare const getCurrentHub : typeof clientSdk . getCurrentHub ;
48
47
You can’t perform that action at this time.
0 commit comments