This addresses ENG-9372.
The log spam is occurring because of the getAuthMetadata call here. We can avoid it by only calling getAuthMetadata while logged in.
Paths
| Differential D13458 Authored by ashoat on Sep 24 2024, 7:34 PM.
Details Summary This addresses ENG-9372. The log spam is occurring because of the getAuthMetadata call here. We can avoid it by only calling getAuthMetadata while logged in. Test Plan Confirm that the log spam no longer appears while logged out
Diff Detail
Event TimelineHarbormaster completed remote builds in B31836: Diff 44522.Sep 24 2024, 7:51 PM2024-09-24 19:51:30 (UTC-7) This revision is now accepted and ready to land.Sep 25 2024, 12:02 AM2024-09-25 00:02:24 (UTC-7) Closed by commit rCOMMe4f4c657d346: [lib] Don't run InitialStateSharingHandler while logged out (authored by ashoat). · Explain WhySep 25 2024, 5:44 AM2024-09-25 05:44:01 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 44522 lib/handlers/initial-state-sharing-handler.react.js
|
This is because of Flow not being able to infer these as non-null after await broadcastAccountDeletion(); was called