@mozilla/glean
Advanced tools
Changelog
v2.0.2 (2023-09-14)
GLEAN_PYTHON
and GLEAN_PIP
environment variables.set
function for the URL metric.maxEvents
count to 1. This means an events ping will be sent after each recorded event unless the maxEvents
count is explicitly set to a larger number.Changelog
v2.0.1 (2023-08-11)
config
object the migration from IndexedDB to LocalStorage will not occur. The only projects that should ever set this flag are those that have used Glean.js in production with a version <v2.0.0 and have upgraded.Changelog
v2.0.0 (2023-08-03)
Important
This version of Glean.js migrates the browser implementation from using IndexedDB to using LocalStorage. The storage change means that all Glean.js actions run synchronously.