We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9094492 commit ffb8b16Copy full SHA for ffb8b16
packages/hub/src/scope.ts
@@ -223,14 +223,6 @@ export class Scope implements ScopeInterface {
223
return this;
224
}
225
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
-
234
/**
235
* @inheritDoc
236
*/
0 commit comments