experimenter icon indicating copy to clipboard operation
experimenter copied to clipboard

A web application for managing user experiments for Mozilla Firefox.

Results 355 experimenter issues
Sort by recently updated
recently updated
newest added

We added `targeting_config` in the api end point-` experimentBySlug` and `targeting_configs` in `getConfig `Api end point, which includes field label, value, description and application values, so now we can get...

I can't reproduce this -- more on that later. I cloned https://experimenter.services.mozilla.com/nimbus/set-firefox-as-default-pdf-handler-on-windows-for-new-users-experiment/ from https://experimenter.services.mozilla.com/nimbus/set-firefox-as-default-pdf-handler-on-windows-for-new-users-rollout/. The latter is an 80% rollout with a single "branch", which I named "Treatment" since it...

When a user selects a feature on the branch page we should also display the feature configuration information so users have guidance about what parameters are available. This would involve...

We can add a slack integration to our circleci conf that will notify in slack when a `main` branch build/deploy fails. Right now those build/deploys can fail after a merge...

I just noticed on the branch page we have a bunch of element IDs that aren't queryable without special escaping ie Normal document query returns `null`: ```js document.querySelector('#referenceBranch.featureEnabled') null ```...

good-first-bug

For the New What's News letter for experimenter.info This should be a video demo, to whet our customers' appetite for the upcoming work. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-2137)

Seen in https://app.circleci.com/pipelines/github/mozilla/experimenter/12020/workflows/b1ab9218-c07f-4666-890b-9e016365198f/jobs/36866 ```js FAIL src/components/AppLayoutWithExperiment/index.test.tsx (8.009s) ● AppLayoutWithExperiment › renders the error warning when an error occurs polling the experiment : Timeout - Async callback was not invoked within...

I just noticed a test was updating application for a created experiment but that shouldn't be possible since that can invalidate other fields. Application should only be saveable on creation...

good-first-bug
Outreachy

If an experiment defines a metric, for instance as part of an outcome, but that metrics data is not provided by jetstream for some reason (maybe no data for that...

As a user, I would like to be able to target a more suitable pool of users for different Experiments or Rollout. At this point, we can only target users...

Enhancement