STR: 1. Apply the attached patch to switch FOG to the staging endpoint and ensure it's used in developer builds. 2. Build 3. Launch with logging: `MOZ_LOG="timestamp,sync,glean::*:5,fog::*:5,fog_control::*:5,glean_core::*:5" mach run` 4. Go to `about:glean`, send a ping with `tag: testing`, `named ping: metrics`. Click "submit settings". 5. Observe the logs. If it has the following line, it failed somewhere: ``` 2022-01-13 11:23:36.881788 UTC - [Parent 55644: Unnamed thread 13861da00]: W/glean_core::* [glean_core::upload] Unrecoverable upload failure while attempting to send ping b2d8576e-b2f5-4a07-a755-f08b11504da1. Error was UnrecoverableFailure ``` After this is logged new websites seem to load anymore.
Bug 1749957 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
STR: 1. Apply the attached patch to switch FOG to the staging endpoint and ensure it's used in developer builds. 2. Build 3. Launch with logging: `MOZ_LOG="timestamp,sync,glean::*:5,fog::*:5,fog_control::*:5,glean_core::*:5" mach run` 4. Go to `about:glean`, send a ping with `tag: testing`, `named ping: metrics`. Click "submit settings". 5. Observe the logs. If it has the following line, it failed somewhere: ``` 2022-01-13 11:23:36.881788 UTC - [Parent 55644: Unnamed thread 13861da00]: W/glean_core::* [glean_core::upload] Unrecoverable upload failure while attempting to send ping b2d8576e-b2f5-4a07-a755-f08b11504da1. Error was UnrecoverableFailure ``` After this is logged no new websites seem to load anymore.