* Update the client assigned to this scope. * Note that not every scope will have a client assigned - isolation scopes & the global scope will generally not have a client, * as well as manually created scopes.
(client: Client | undefined)
| 220 | * as well as manually created scopes. |
| 221 | */ |
| 222 | public setClient(client: Client | undefined): void { |
| 223 | this._client = client; |
| 224 | } |
| 225 | |
| 226 | /** |
| 227 | * Set the ID of the last captured error event. |
no outgoing calls