We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e4b94 commit 7eb4dabCopy full SHA for 7eb4dab
packages/remix/src/index.types.ts
@@ -32,6 +32,7 @@ export declare const makeMain: typeof clientSdk.makeMain;
32
// eslint-disable-next-line deprecation/deprecation
33
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
34
export declare const getClient: typeof clientSdk.getClient;
35
+export declare const continueTrace: typeof clientSdk.continueTrace;
36
37
export const close = runtime === 'client' ? clientSdk.close : serverSdk.close;
38
export const flush = runtime === 'client' ? clientSdk.flush : serverSdk.flush;
0 commit comments