You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've gotten a significant number of automated error reports from the HJ script loaded through https://static.hotjar.com/c/hotjar-${hotjarId}.js?sv=${window._hjSettings.hjsv}:
(screenshot from Sentry)
This appears to be caused by the SDK attempting to access localStorage when unavailable, such as when in a private/incognito session. The stack trace shows that there is a canUseLocalStorage() check nearby, but it either isn't being called correctly or doesn't handle this edge case.
I couldn't find good place to report this issue to a HJ developer - feel free to point me in the right direction if this is not the place.
The text was updated successfully, but these errors were encountered:
We've gotten a significant number of automated error reports from the HJ script loaded through
(screenshot from Sentry)https://static.hotjar.com/c/hotjar-${hotjarId}.js?sv=${window._hjSettings.hjsv}
:This appears to be caused by the SDK attempting to access
localStorage
when unavailable, such as when in a private/incognito session. The stack trace shows that there is acanUseLocalStorage()
check nearby, but it either isn't being called correctly or doesn't handle this edge case.I couldn't find good place to report this issue to a HJ developer - feel free to point me in the right direction if this is not the place.
The text was updated successfully, but these errors were encountered: