Office365FiddlerExtension
Office365FiddlerExtension copied to clipboard
Fixed in v1.0.7: Session Severity gets stored as zero.
Bug where session severity stored in the session flags json gets set to zero. This doesn't impact the colorisation of sessions, just that the value isn't stored in the session. Introduced when adding an additional override in SessionFlagService.cs UpdateSessionFlagJson. Moved the complexity out, created a new function: SetSessionSeverity. Resolved in the new version.