(error: any)
| 7 | didCrashOnPreviousExecution(): boolean; |
| 8 | log(message: string): void; |
| 9 | recordError(error: any): void; |
| 10 | sendUnsentReports(): void; |
| 11 | setAttribute(name: string, value: string | number | boolean); |
| 12 | setAttributes(attributes: { [key: string]: string | number | boolean }); |
no outgoing calls
no test coverage detected