[ ] If applicable, I have modified or added tests which pass locally.
[ ] I have added necessary documentation (if appropriate).
[ ] I have verified that my changes render correctly in RTL (if appropriate).
Other information (Optional)
We don't/can't emit Glean metrics if the GetInitialSettingsState fails to load since it needs to read the metricsEnabled flag. I'm not sure if this will 100% fix the issue but think its worth a try.
Because
This pull request
Issue that this pull request solves
Closes: https://mozilla-hub.atlassian.net/browse/FXA-10729
Checklist
Other information (Optional)
We don't/can't emit Glean metrics if the
GetInitialSettingsState
fails to load since it needs to read themetricsEnabled
flag. I'm not sure if this will 100% fix the issue but think its worth a try.