Ignore OS version from web based sessions (PSG-826) (#6852)

* Ignore OS version from web based sessions

* Add changelog
This commit is contained in:
ismailgulek
2022-10-11 14:39:36 +03:00
committed by GitHub
parent cca98e7b72
commit 969c51db1e
5 changed files with 15 additions and 16 deletions
@@ -76,7 +76,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
applicationVersion: "1.0.0",
applicationURL: nil,
deviceModel: nil,
deviceOS: "macOS 12.5.1",
deviceOS: "macOS",
lastSeenIPLocation: nil,
clientName: "Electron",
clientVersion: "20.1.1",
@@ -94,7 +94,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
applicationVersion: "1.0.0",
applicationURL: nil,
deviceModel: nil,
deviceOS: "macOS 12.5.1",
deviceOS: "macOS",
lastSeenIPLocation: nil,
clientName: "My Mac",
clientVersion: "1.0.0",
@@ -112,7 +112,7 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
applicationVersion: "1.0.0",
applicationURL: nil,
deviceModel: nil,
deviceOS: "macOS 12.5.1",
deviceOS: "macOS",
lastSeenIPLocation: nil,
clientName: "My Mac",
clientVersion: "1.0.0",