micro-analytics / micro-analytics/micro-analytics-cli

Instrument code to post to cli.micro-analytics.io

Open
#50 0 comments 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.