Initialize the app and configure OpenTelemetry with an OkHttp-based HTTP exporter.
Trigger an HTTP export process (e.g., by sending telemetry data).
Observe the application crash.
What Did You Expect to See?
The application should process the HTTP response body successfully without throwing exceptions or crashing.
What Did You See Instead?
The application crashes with the exception mentioned above.
I see firebase in the stacktrace that you posted. That seems like it could be relevant.
Can you provide a repository with a minimal example that reproduces this issue?
Describe the bug A clear and concise description of what the bug is.
Steps to Reproduce
Initialize the app and configure OpenTelemetry with an OkHttp-based HTTP exporter. Trigger an HTTP export process (e.g., by sending telemetry data). Observe the application crash. What Did You Expect to See? The application should process the HTTP response body successfully without throwing exceptions or crashing.
What Did You See Instead?
The application crashes with the exception mentioned above.
What Version and What Artifacts Are You Using?
Artifacts:
opentelemetry-api opentelemetry-sdk opentelemetry-exporter-http (OkHttp-based HTTP exporter) Version: 1.43.0 Environment
Compiler: Java OS (build): Ubuntu 20.04 Runtime: OpenJDK 11 OS (runtime): Ubuntu 20.04