I'm sending events to Firebase Analytics and find out that part of the event parameters is missing in DebugView.
Below are two identical events sending to Firebase and I've checked that all the parameters are there in Xcode debug console.
The missing parameters seem to be random. Sometimes there's no custom param at all, only auto-collected data.
Is there anyone also encounters this problem or does anyone know what causes this?
I'm using FirebaseAnalytics (= 5.8.1)