File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
- feat(nextjs): Support Hybrid Cloud DSNs with ` tunnelRoute ` option (#10958 )
10
10
- feat(remix): Add Vite dev-mode support to Express instrumentation (#10811 )
11
+ - fix(core): Undeprecate ` setTransactionName `
11
12
- fix(browser): Don't use chrome variable name (#10874 )
12
13
- fix(nextjs): Client code should not use Node ` global ` (#10925 )
13
14
- fix(node): support undici headers as strings or arrays (#10938 )
Original file line number Diff line number Diff line change @@ -294,7 +294,6 @@ export class Scope implements ScopeInterface {
294
294
295
295
/**
296
296
* Sets the transaction name on the scope for future events.
297
- * @deprecated Use extra or tags instead.
298
297
*/
299
298
public setTransactionName ( name ?: string ) : this {
300
299
this . _transactionName = name ;
Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ export interface Scope {
126
126
127
127
/**
128
128
* Sets the transaction name on the scope for future events.
129
- * @deprecated Use extra or tags instead.
130
129
*/
131
130
setTransactionName ( name ?: string ) : this;
132
131
You can’t perform that action at this time.
0 commit comments