Closed
Bug 1889702
Opened 2 years ago
Closed 2 years ago
Change search-config-v2 validation to allow only require a telemetrySuffix with a partnerCode when it is for a distribution
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
Currently the search-config-v2 schema has the requirement that telemetrySuffix must be supplied if a partnerCode is supplied. This is intended to ensure that distributions always report with a different telemetry id.
However, at the moment, if we want to use a different partner code on non-desktop, then we are forcing ourselves to use a telemetrySuffix when we don't want to.
There doesn't seem to be a way to encode this in the schema definition, so we should move it to the xpcshell-test.
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/620be7c98ea0
Change search-config-v2 validation to allow only require a telemetrySuffix with a partnerCode when it is for a distribution. r=mcheang
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•