* Set the ID of the last captured error event. * This is generally only captured on the isolation scope.
(lastEventId: string | undefined)
| 228 | * This is generally only captured on the isolation scope. |
| 229 | */ |
| 230 | public setLastEventId(lastEventId: string | undefined): void { |
| 231 | this._lastEventId = lastEventId; |
| 232 | } |
| 233 | |
| 234 | /** |
| 235 | * Get the client assigned to this scope. |
no outgoing calls
no test coverage detected