Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GA Module] Session/Localstorage not available breaking the entire site #133

Open
luigimannoni opened this issue Sep 28, 2018 · 0 comments

Comments

@luigimannoni
Copy link

Prior to Safari 11 (iPads and iPhones with old iOS running) in private mode they restrict access to Local and Sessionstorage, this means each accessing these methods throws an error on Safari 10 and below and the website is unusable.

We detected some uncatched errors on these lines:
https://github.com/moreonion/campaignion/blob/7.x-1.x/campaignion_google_analytics/tracking.js#L493
https://github.com/moreonion/campaignion/blob/7.x-1.x/campaignion_google_analytics/tracking.js#L510

Potentially also the get methods are affected on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant