-
Notifications
You must be signed in to change notification settings - Fork 134
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
Uncaught SecurityError: Failed to read the 'sessionStorage' property from 'Window #343
Comments
Thanks for reporting, will take a look |
Bug was likely introduced in that commit. Could you post what options you're using when initing Amplitude? (if you're using non-defaults) |
Hi, thanks for your response. Here is how we set up algolia amplitude.getInstance().init(amplitude_token, null, {
includeUtm: true,
includeReferrer: true,
includeGclid: true,
trackingOptions: {
ip_address: false
}
}); |
@jooohhn How is the progress here? |
@joker-777 looking to have a fix in by end of this week |
That would be amazing |
@joker-777 could you share the stack trace of the error? I believe I reproduced the the bug but it'd be good to crosscheck with yours |
@jooohhn Here is the stack track
|
Hi, since we upgraded to 7.4.0 we are seeing this error in our Javascript tracking system.
It happens mostly on android phones with Chrome and is raised in this line which was introduced in this commit.
Here it tries to access sessionStorage even though we never enabled it.
The text was updated successfully, but these errors were encountered: