Skip to content

Commit f7e8e97

Browse files
committed
ref(hub): Remove setTransaction scope method (#4865)
1 parent 8bdcd07 commit f7e8e97

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)