Hello, I am an Android Kotlin developer, and I am using your SDK's automatic survey feature, which is triggered by an event. Everything is working fine when I test it in my environment because minify and shrink are disabled. However, when I generate a release version where this scenario changes (minify and shrink are enabled), the survey stops working.
I am using the ProGuard configuration provided in your GitHub documentation, as well as the ProGuards for OkHttp, Okio, and Retrofit (these last ones have been working in production for a long time in the code, it's not something recent, only Intercom is). Could you please assist me with this issue?
Intercom SDK: 15.1.0 (Without push messaging)
Compile SDK: 33
Min SDK: 21
Target SDK: 33
Our logging is not throwing any type of errors.