Skip to content

Commit

Permalink
feat(core): Export BeforeFinishCallback type (#8999)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Sep 12, 2023
1 parent 47d0c89 commit 868a3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/tracing/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { startIdleTransaction, addTracingExtensions } from './hubextensions';
export { IdleTransaction, TRACING_DEFAULTS } from './idletransaction';
export type { BeforeFinishCallback } from './idletransaction';
export { Span, spanStatusfromHttpCode } from './span';
export { Transaction } from './transaction';
export { extractTraceparentData, getActiveTransaction } from './utils';
Expand Down

0 comments on commit 868a3cd

Please sign in to comment.