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
This can be implemented now simply by generating the session identifier, storing it in the session storage, and adding it as a field using LogglyLoggerProvider.setExtra( { session: sessionId' } ) during setup. However, the goal of this enhancement is to abstract this process out.
We'll need:
fallbacks when the storage interface is not available (cookies).
automatic generation of the session identifier.
enable/disable toggle for the feature (should be off by default).
Allow tracking of all requests from a single browser session by automatically adding a session field to log messages.
The text was updated successfully, but these errors were encountered: