micro-analytics / micro-analytics/micro-analytics-cli
Instrument code to post to cli.micro-analytics.io
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 732
- Forks
- 39
- PR merge metrics
- No merged PRs in 30d
Description
We should post
- adapter in use
- if process.env.NODE_ENV contains production (we should not post the NODE_ENV string for privacy reasons, someone might put more info than "production" in it)
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
Start by locating the CLI's adapter selection and the handling of process.env.NODE_ENV, then trace where outbound requests are made. Implement posting the adapter in use and only whether NODE_ENV contains production, without sending the environment string; done when both values reach cli.micro-analytics.io without exposing extra NODE_ENV data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- analytics, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100