segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 182 forks source link

Track events not showing up on the debugger #839

Closed galdinoramon closed 1 year ago

galdinoramon commented 1 year ago

Hello everyone,

I am facing some issue when trying to debug some events of the app I current work on, for some reason sometimes they not being diplayed on the debugger (connections > sources > debugger). For example, when I track a sequence of events, some of them does not appears in the debugger. But there are moments that they appears successufly. I could not get so far what the problem, could be something related to the flushAt or flushInterval or maxBatchSize configs? Or maybe am I tracking some sequence fastly?

Thats one case for desmonstration, when it tracks this 5 events sequence: Captura de Tela 2023-05-26 às 15 01 56

Only 3 of them shows up in debugger: Captura de Tela 2023-05-26 às 15 04 08

And I waited to see if they appears later and did not happens.

Thats the same events I tracked for test, but the same occurs with differents one in sequence.

Steps to reproduce Try to track a sequence of events

Expected behavior list of the events shows up on the debugger successufly

Actual behavior some of them in somecases does not show up

niallzato commented 1 year ago

Hey @galdinoramon can you write into our support team at friends@segment.com about this? Thanks!

galdinoramon commented 1 year ago

of course @niallzato, thanks for replying!

marygarciapepperstone commented 11 months ago

Hi @galdinoramon, I'm facing the same issue, can you share what has been the solution on your end? Thanks