@Konstantin.Aksenov
Thank you fro the details. Another quick question, does this happen on debug and release versions of the app or just one?
I will try to reproduce the issue on my end. If I am able to we will investigate further. If not, we may ...
Hi,
Thanks for reaching out about this issue. Just to clarify, the app builds fine, but upon loading the app in an emulator or real device, there is a fatal exception?Was this a problem previous versions of the Android gradle plugin? 7.2.x was a May ...
Hi Joseph,
Thank you for the detailed followup. Good to know that this resolves the problem. We are not familiar with internal workings of Firebase performance, but its likely due to mutual instrumentation between the plugins. Will look into how th...
Hi Joseph,
This sounds like it might be caused by an instrumentation loop. What may be happening is that Firebase instruments our classes, and we instrument firebase classes. So firebase reports our events, and because we instrument fire...