Closed
Bug 1249498
Opened 9 years ago
Closed 9 years ago
Fetch UUIDs from users properly
Categories
(Shield :: General, defect)
Shield
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: osmose, Unassigned)
References
Details
Current the client class in Normandy has a "user_id" attribute used in sampling with a comment "TODO: Eventually this will be something from the request."
We should probably figure out how we're fetching this from the self-repair endpoint and from the addon, and fetch it properly.
Reporter | ||
Comment 1•9 years ago
|
||
We've decided to handle this pre-addon by generating a random UUID on the client and storing it in localStorage within the self-repair iframe. We'll POST it along with the locale in the request to fetch recipes. When the addon lands, it will also POST the client ID, but it will fetch it from telemetry instead.
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/normandy
https://github.com/mozilla/normandy/commit/2706a1d63dff2e8c5d9a322bf02b2a3548d002a8
Read user_id from request data, if provided
Fixes bug 1249498
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Component: SHIELD → General
Product: Websites → Normandy
You need to log in
before you can comment on or make changes to this bug.
Description
•