8000
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.
BeforeFinishCallback
1 parent 47d0c89 commit 868a3cdCopy full SHA for 868a3cd
packages/core/src/tracing/index.ts
@@ -1,5 +1,6 @@
1
export { startIdleTransaction, addTracingExtensions } from './hubextensions';
2
export { IdleTransaction, TRACING_DEFAULTS } from './idletransaction';
3
+export type { BeforeFinishCallback } from './idletransaction';
4
export { Span, spanStatusfromHttpCode } from './span';
5
export { Transaction } from './transaction';
6
export { extractTraceparentData, getActiveTransaction } from './utils';
0 commit comments