snowplow-javascript-tracker
snowplow-javascript-tracker copied to clipboard
Browser features are only checked once on tracker initialization
So if a user disables cookies partway through their session, cookies will still show up as enabled in all events for that page view. This was presumably originally done to improve performance and save the overhead of looking up that data for every event. But it might be worth deploying a test version with this changed, to see if we notice any differences.