You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently going through and updating all the references to glean_parser==3.5 to a higher version. We should just be doing pip install -r requirements.txt
Fixes#1599, #1930
* Adds new mvpn_debug flag
* Enables glean for iOS with fix for glean crash in debug mode QT_LIBRARY_SUFFIX="" (#1599)
* replaces all QT_DEBUG checks with MVPN_DEBUG
* removes QDebug imports in src code
* use requirements.txt everywhere (#1930)
* embed glean v0.23 (this PR has actually done multiple upgrades, I'll try and keep this comment accurate)
* initializes glean only after telemetry policy window has been shown
* ensures Glean.setUploadEnabled isn't called till after glean has been initialized
* sets Glean channels to distinguish between `staging` and `production` pings
* Does not gate glean calls, lets Glean handle its own business
* Uses Glean.shutdown method on quit
* Removes custom uploader and lets glean handle retries
Currently going through and updating all the references to glean_parser==3.5 to a higher version. We should just be doing
pip install -r requirements.txt
┆Issue is synchronized with this Jira Bug
The text was updated successfully, but these errors were encountered: