From 1e20b6d599848d06d8a7685d187ecba58df092ba Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Wed, 13 May 2026 16:47:25 -0400 Subject: [PATCH 1/2] fix: use all-channel dataset for fenix --- platform_config.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform_config.toml b/platform_config.toml index 23a7d5823..b050d2895 100644 --- a/platform_config.toml +++ b/platform_config.toml @@ -8,7 +8,9 @@ app_id = "firefox-desktop" # Android platforms configuration [platform.fenix] -app_id = "org.mozilla.fenix" +# the actual app_id for fenix differs by channel, +# but the `fenix` dataset joins them all together +app_id = "fenix" [platform.focus_android] app_id = "org.mozilla.focus" From bf47fd5c6acbce9edec063ceb49c4582d2a77f77 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Wed, 13 May 2026 16:49:04 -0400 Subject: [PATCH 2/2] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index beb1f28c5..84ba23c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "mozilla-jetstream" # This project does not issue regular releases, only when there # are changes that would be meaningful to our (few) dependents. -version = "2026.4.1" +version = "2026.5.1" authors = [{ name = "Mozilla Corporation", email = "fx-data-dev@mozilla.org" }] description = "Runs a thing that analyzes experiments" readme = "README.md"