Is this the latest code for indicative relay? We can try to debug the above at our side.
Also currently if user is not logged in we pass useid as anon, so this is messing up our indicative data.We may have to add additional fix to handle this anon scenario.
page_pings should be filtered out by default, and using the env var UNUSED_EVENTS=page_ping should also remove them. The results you are reporting are definitely not expected. On our end, testing suggests that page_pings do get excluded…
One thing that could be going on is if you’re setting the value of UNUSED_EVENTS to an empty string – in this case no events will be filtered out.