Hello! I’ve implemented an integration with Amplutude via a js SDK. I’m able to see all my events, however some events are not showing up in Amplutude itself, despite showing in debugger and in Network tab of the browser.
For example:
Here are a screenshot of a debugger. All events have the same Session Id equal 1637612692926. I’m also able to see events being sent in a network tab of the browser.
However, in Amplitude dashboard I can only see so many events:
Looks live event recording broke after E_LOGIN_ATTEMPT.
What can I do to fix it? Thanks in advance!