Skip to content

Commit

Permalink
feat(hub): Remove setTransaction scope method (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad authored and Lms24 committed Apr 7, 2022
1 parent 55b0570 commit 2fc13c6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/hub/src/scope.ts
Expand Up @@ -223,14 +223,6 @@ export class Scope implements ScopeInterface {
return this;
}

/**
* Can be removed in major version.
* @deprecated in favor of {@link this.setTransactionName}
*/
public setTransaction(name?: string): this {
return this.setTransactionName(name);
}

/**
* @inheritDoc
*/
Expand Down

0 comments on commit 2fc13c6

Please sign in to comment.