@mozilla/glean
Advanced tools
Changelog
v1.2.0 (2022-09-21)
URL_MAX_LENGTH
and still recorded along with an Overflow error.npm run glean
behavior on Windows.ts-node
to 10.8.0 to resolve ESM issues when running tests inside of webext
sample project.glean.restarted
trailing events from events list.ts-node
to 10.8.0 to resolve ESM issues when running tests.prepare-release
script to fix issues with version numbers in Qt sample README & circle ci config.Changelog
v1.1.0 (2022-07-18)
ErrorType
through its own entry point.web
platform.Changelog
v1.0.0 (2022-03-17)
buildDate
argument to initialize
configuration. The build date can be generated by glean_parser.InvalidType
error when incorrectly type values are passed to metric recording functions.Changelog
v0.32.0 (2022-03-01)
performance.now
API, namely QML, and in which we fallback to the Date.now
API.keepalive: false
. This is sometimes an issue on Chrome browsers below v81.glean
command offline.
glean
command with as many or as little arguments as wanted.
glean
CLI.storage
permissions for Glean on web extensions.--glean-parser-version
command to CLI to allow users to retrieve the glean_parser version without installing glean_parser.Changelog
v0.31.0 (2022-01-25)
testResetGlean
API from the Glean singleton and into it's own entry point @mozilla/glean/testing
.
import { testResetGlean } from "@mozilla/glean/testing"
instead of using it from the Glean singleton directly.Changelog
v0.28.0 (2021-12-08)
.submit()
API was called again, even if Glean was not throttled anymore.setTimeout
/clearTimeout
APIs in this feature and those are not available on the QML platform. Follow Bug 1743140 for updates.setUploadEnabled
API before initializing Glean a no-op.