Firebase Analytics missing random events

Viewed 315

I am using Firebase Analytics to send custom events from my iOS apps.
I've imported the framework with SPM and sending the events with:

Analytics.logEvent(name, parameters: parameters)

I enabled from my Xcode scheme these args:
-FIRAnalyticsVerboseLoggingEnabled
-FIRDebugEnabled

So I'm able to see the events in the DebugView console.
The problem is that from the Xcode console I see the events as logged but some of these events are randomly missing from the DebugView and from the intraday export into BigQuery. <-- So the issue is not with the DebugView data not being 100% reliable, we are missing some important events here.

From the Xcode logs I see the event as logged and sent:

2022-02-14 18:33:03.035860+0100 AppName[36500:540833] 8.12.1 - [Firebase/Analytics][I-ACS023072] Event logged. Event name, event params: ce_paywall_view, {

And Then:

Successful upload. Got network response. Code, size: 204, -1

Full log: https://gist.github.com/DanielZanchi/8aa0ae815adaea7420ce9dc3e2ac85a0

0 Answers
Related