* Get the client assigned to this scope.
()
| 235 | * Get the client assigned to this scope. |
| 236 | */ |
| 237 | public getClient<C extends Client>(): C | undefined { |
| 238 | return this._client as C | undefined; |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Get the ID of the last captured error event. |
no outgoing calls