Rename source (connected with session context) to logInActionSource to avoid redacting it from reports.
_task: ENG-2131
Differential D5517
rename `source` to `logInActionSource` kamil on Nov 2 2022, 5:37 AM. Authored by Tags None Referenced Files
Details
Rename source (connected with session context) to logInActionSource to avoid redacting it from reports. _task: ENG-2131
example: { "type": "SET_NEW_SESSION", "payload": { "sessionChange": { "cookieInvalidated": false, "currentUserInfo": { "id": "[redacted-3087747816]", "username": "[redacted-642983437]" } }, "preRequestUserState": null, "logInActionSource": "SOCKET_AUTH_ERROR_RESOLUTION_ATTEMPT" } },
Diff Detail
Event Timeline
Comment Actions Looks good to me!! @kamil, can you modify the Test Plan before landing to make sure you're testing existing clients? To do this, I usually checkout master and then build a Release version of the app (so that it won't reload when I change the files in Git), and then checkout my version of the code and run the keyserver with that. Then I configure the Release build to connect to my local dev server. To do this, you may need to modify some configs:
(Note – no need to test multiple environments... you can just test it once, on iOS or Android.) Comment Actions It seems like having this process described on Notion might be beneficial. @kamil can you take care of it? Comment Actions
Done: https://www.notion.so/commapp/Testing-existing-clients-934ee4f593584d35863e53924fed5414 (currently in Dev Notes -> Unsorted, not sure if there is a better place for this). |