File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ export declare function init(
22
22
export declare const linkedErrorsIntegration : typeof clientSdk . linkedErrorsIntegration ;
23
23
export declare const contextLinesIntegration : typeof clientSdk . contextLinesIntegration ;
24
24
25
+ // Different implementation in server and worker
26
+ export declare const vercelAIIntegration : typeof serverSdk . vercelAIIntegration ;
27
+
25
28
export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
26
29
export declare const defaultStackParser : StackParser ;
27
30
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ export declare function wrapLoadWithSentry<T extends (...args: any) => any>(orig
46
46
export declare const linkedErrorsIntegration : typeof clientSdk . linkedErrorsIntegration ;
47
47
export declare const contextLinesIntegration : typeof clientSdk . contextLinesIntegration ;
48
48
49
+ // Different implementation in server and worker
50
+ export declare const vercelAIIntegration : typeof serverSdk . vercelAIIntegration ;
51
+
49
52
export declare const getDefaultIntegrations : ( options : Options ) => Integration [ ] ;
50
53
export declare const defaultStackParser : StackParser ;
51
54
You can’t perform that action at this time.
0 commit comments