Skip to content

Commit 7eb4dab

Browse files
committed
fix trace propagation & sampling
1 parent e3e4b94 commit 7eb4dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/remix/src/index.types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export declare const makeMain: typeof clientSdk.makeMain;
3232
// eslint-disable-next-line deprecation/deprecation
3333
export declare const getCurrentHub: typeof clientSdk.getCurrentHub;
3434
export declare const getClient: typeof clientSdk.getClient;
35+
export declare const continueTrace: typeof clientSdk.continueTrace;
3536

3637
export const close = runtime === 'client' ? clientSdk.close : serverSdk.close;
3738
export const flush = runtime === 'client' ? clientSdk.flush : serverSdk.flush;

0 commit comments

Comments
 (0)