Skip to content

Commit 6b3ee74

Browse files
committed
add consoleintegration type
1 parent aef0ddd commit 6b3ee74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/nextjs/src/index.types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export declare function init(
2323

2424
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
2525
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;
26+
export declare const consoleIntegration: typeof serverSdk.consoleIntegration;
2627
export declare const spanStreamingIntegration: typeof clientSdk.spanStreamingIntegration;
2728
export declare const withStreamedSpan: typeof clientSdk.withStreamedSpan;
2829

0 commit comments

Comments
 (0)