Skip to content

Commit 868a3cd

Browse files
feat(core): Export BeforeFinishCallback type (#8999)
1 parent 47d0c89 commit 868a3cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/tracing/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export { startIdleTransaction, addTracingExtensions } from './hubextensions';
22
export { IdleTransaction, TRACING_DEFAULTS } from './idletransaction';
3+
export type { BeforeFinishCallback } from './idletransaction';
34
export { Span, spanStatusfromHttpCode } from './span';
45
export { Transaction } from './transaction';
56
export { extractTraceparentData, getActiveTransaction } from './utils';

0 commit comments

Comments
 (0)