We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef0ddd commit 6b3ee74Copy full SHA for 6b3ee74
1 file changed
packages/nextjs/src/index.types.ts
@@ -23,6 +23,7 @@ export declare function init(
23
24
export declare const linkedErrorsIntegration: typeof clientSdk.linkedErrorsIntegration;
25
export declare const contextLinesIntegration: typeof clientSdk.contextLinesIntegration;
26
+export declare const consoleIntegration: typeof serverSdk.consoleIntegration;
27
export declare const spanStreamingIntegration: typeof clientSdk.spanStreamingIntegration;
28
export declare const withStreamedSpan: typeof clientSdk.withStreamedSpan;
29
0 commit comments