* Get the ID of the last captured error event. * This is generally only available on the isolation scope.
()
| 243 | * This is generally only available on the isolation scope. |
| 244 | */ |
| 245 | public lastEventId(): string | undefined { |
| 246 | return this._lastEventId; |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * @inheritDoc |
no outgoing calls
no test coverage detected