v0.24.0 (2021-11-04)
- #856: Expose the
@mozilla/glean/webentry point for using Glean.js in websites. - #856: Implement the
PlatformInfomodule for the web platform.- Out of
os,os_version,architectureandlocale, on the web platform, we can only retriveosandlocaleinformation. The other information will default to the known valueUnknownfor all pings coming from this platform.
- Out of
- #856: Expose the
@mozilla/glean/webentry point for using Glean.js in websites. - #908: BUGFIX: Guarantee internal
uploadEnabledstate always has a value.- When
uploadEnabledwas set tofalseand then Glean was restarted with it stillfalse, the internaluploadEnabledstate was not being set. That should not cause particularly harmful behaviour, sinceundefinedis still a "falsy" value. However, this would create a stream of loud and annoying log messages.
- When
- #898: Implement the
Storagemodule for the web platform.
glean_parser: v4.1.1