* Sets the level on the scope for future events.
(level: SeverityLevel)
| 427 | * Sets the level on the scope for future events. |
| 428 | */ |
| 429 | public setLevel(level: SeverityLevel): this { |
| 430 | this._level = level; |
| 431 | this._notifyScopeListeners(); |
| 432 | return this; |
| 433 | } |
| 434 | |
| 435 | /** |
| 436 | * Sets the transaction name on the scope so that the name of e.g. taken server route or |
no test coverage detected