Sentry Release Health Sessions with window.sessionStorage
#7692
Pinned
AbhiPrasad
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://docs.sentry.io/platforms/javascript/configuration/releases/#release-health
Currently the automated session tracking in the JavaScript SDK works of of the history API. As per the docs:
Here is an integration that uses
window.sessionStorage
to do it instead: https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorageBeta Was this translation helpful? Give feedback.
All reactions