faro-web-sdk
faro-web-sdk copied to clipboard
Session Manager: Support per instance scoped sessions for micro frontends
Description
Faro stores some session information in the browsers web-storage. If multiple Faro instances are used within a micro frontend app they all use the same object from the web-storage.
This can lead to trouble if the Faro instances customize session information. For example custom sessionIds or specific session attributes.
Proposed solution
- Provide option to define a namespace or to auto-namespace the session stored in web-storage
Context
Please send me a relevant code example or documentation thanks
Hey @zhaomingcheng01 it's not implemented yet. But we plan to start working on it today.
About which version of this will work