Skip to content

Commit 45f2304

Browse files
committed
fix index.types.ts
1 parent 5e437a9 commit 45f2304

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/nextjs/src/index.types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ export declare function init(
2222
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
2323
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;
2424

25+
// Different implementation in server and worker
26+
export declare const vercelAIIntegration: typeof serverSdk.vercelAIIntegration
27+
2528
export declare const getDefaultIntegrations: (options: Options) => Integration[];
2629
export declare const defaultStackParser: StackParser;
2730

packages/sveltekit/src/index.types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ export declare function wrapLoadWithSentry<T extends (...args: any) => any>(orig
4646
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
4747
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;
4848

49+
// Different implementation in server and worker
50+
export declare const vercelAIIntegration: typeof serverSdk.vercelAIIntegration;
51+
4952
export declare const getDefaultIntegrations: (options: Options) => Integration[];
5053
export declare const defaultStackParser: StackParser;
5154

0 commit comments

Comments
 (0)