DavidWells / DavidWells/analytics
storage key format
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 267
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to change the anonymousid storage key format? for example, instead of "__anon_id" change it to "prefix__anon_id.
Ideally, I would want to change all key to the same new format.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the repository for the __anon_id literal and inspect the storage-key handling entry points. Establish how a configurable prefix should apply consistently to all storage keys, then verify that the resulting keys use the requested format.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100