()
| 54 | captureReplay(isHardCrash: boolean): Promise<string | undefined | null>; |
| 55 | getCurrentReplayId(): string | undefined | null; |
| 56 | crashedLastRun(): Promise<boolean | undefined | null>; |
| 57 | getDataFromUri(uri: string): Promise<number[]>; |
| 58 | popTimeToDisplayFor(key: string): Promise<number | undefined | null>; |
| 59 | setActiveSpanId(spanId: string): boolean; |
no outgoing calls
no test coverage detected