Skip to content

Commit 2fc13c6

Browse files
AbhiPrasadLms24
authored andcommitted
feat(hub): Remove setTransaction scope method (#4865)
1 parent 55b0570 commit 2fc13c6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/hub/src/scope.ts

-8
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,6 @@ export class Scope implements ScopeInterface {
223223
return this;
224224
}
225225

226-
/**
227-
* Can be removed in major version.
228-
* @deprecated in favor of {@link this.setTransactionName}
229-
*/
230-
public setTransaction(name?: string): this {
231-
return this.setTransactionName(name);
232-
}
233-
234226
/**
235227
* @inheritDoc
236228
*/

0 commit comments

Comments
 (0)