Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(hub): Remove setTransaction scope method (#4865)
  • Loading branch information
AbhiPrasad authored and Lms24 committed Apr 7, 2022
commit 2fc13c6398e540a41ff929595f94572b516e7489
8 changes: 0 additions & 8 deletions packages/hub/src/scope.ts
Original file line number Diff line number Diff line change
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