Serhiy Sputay

Results 2 issues of Serhiy Sputay

I'm getting the following error: `No instrumentation registered! Must run under a registering instrumentation.` when running this test: ``` class EnvironmentSpec : Spek({ Feature("Environment Initialization Test") { val context =...

status: triage

### Problem Statement When I enabled [caching](https://square.github.io/okhttp/features/caching/#basic-usage) in the OkHttp client and activated File I/O Sentry instrumentation, I observed that the `file.write` span always ends with a `deadline_exceeded` status. This...

Feature
Android