The Embrace SDK often appears in the stack trace of an OkHttp crash due to the nature of how OkHttp intercepters work, by chaining the calls one after another. You will often see multiple intercept() calls in the stack. 


To resolve this type of crash, we recommend first looking at where exactly the crash occurred. For example, if the crash happened in the okhttp3.internal.http2.Http2Stream.takeHeaders, this suggests that the way the headers were sent could have contributed to the crash.