Skip to content

Commit d4d52ca

Browse files
committed
kill more types
1 parent cd14035 commit d4d52ca

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

packages/astro/src/index.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export declare function flush(timeout?: number | undefined): PromiseLike<boolean
2626

2727
// eslint-disable-next-line deprecation/deprecation
2828
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
29-
export declare const getClient: typeof clientSdk.getClient;
3029

3130
export declare const Span: clientSdk.Span;
3231

packages/nextjs/src/index.types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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-
2622
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
2723
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;
2824

packages/remix/src/index.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ declare const runtime: 'client' | 'server';
3232

3333
// eslint-disable-next-line deprecation/deprecation
3434
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
35-
export declare const getClient: typeof clientSdk.getClient;
3635

3736
export const close = runtime === 'client' ? clientSdk.close : serverSdk.close;
3837
export const flush = runtime === 'client' ? clientSdk.flush : serverSdk.flush;

packages/solidstart/src/index.types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
1919
export declare const getDefaultIntegrations: (options: Options) => Integration[];
2020
export declare const defaultStackParser: StackParser;
2121

22-
export declare const getClient: typeof clientSdk.getClient;
23-
2422
export declare function close(timeout?: number | undefined): PromiseLike<boolean>;
2523
export declare function flush(timeout?: number | undefined): PromiseLike<boolean>;
2624
export declare function lastEventId(): string | undefined;

packages/sveltekit/src/index.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
4242
export declare const getDefaultIntegrations: (options: Options) => Integration[];
4343
export declare const defaultStackParser: StackParser;
4444

45-
export declare const getClient: typeof clientSdk.getClient;
4645
// eslint-disable-next-line deprecation/deprecation
4746
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
4847

0 commit comments

Comments
 (0)