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 ba6321c commit 740805bCopy full SHA for 740805b
packages/nextjs/src/index.types.ts
@@ -19,10 +19,6 @@ export declare function init(
19
options: Options | clientSdk.BrowserOptions | serverSdk.NodeOptions | edgeSdk.EdgeOptions,
20
): void;
21
22
-// eslint-disable-next-line deprecation/deprecation
23
-export declare const makeMain: typeof clientSdk.makeMain;
24
25
-export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
26
export declare const getClient: typeof clientSdk.getClient;
27
export declare const getRootSpan: typeof serverSdk.getRootSpan;
28
export declare const continueTrace: typeof clientSdk.continueTrace;
0 commit comments