Skip to content

Commit 09559ee

Browse files
authored
feat(core): Deprecate Transaction.instrumenter (#10162)
1 parent e74dac7 commit 09559ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/types/src/transaction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ export interface Transaction extends TransactionContext, Omit<Span, 'setName' |
9999

100100
/**
101101
* The instrumenter that created this transaction.
102+
*
103+
* @deprecated This field will be removed in v8.
102104
*/
103105
instrumenter: Instrumenter;
104106

0 commit comments

Comments
 (0)