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
BREAKING CHANGE: Add new collection-enabled mode (and follows_collection_enabled setting for pings).
This allows to control a subset of pings independently from the Glean-wide upload-enabled flag.
This deprecates the setUploadEnabled API in favor of setCollectionEnabled. (#3006)
Rust
Permit Glean shutdown to interrupt UploadManager Wait tasks (bug 1928288)