hyperdxio / hyperdxio/hyperdx-js

Allow for filtering by console log level

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

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
25
Forks
30
Avg merge
4h 26m
Merged PRs (30d)
6

Description

I may only want to capture console.error|warn but not console.log|trace|etc..., we should allow the user to specify a list of levels they want to capture ex. ['warn', 'error'] (and possibly give a convenience function to specify the minimum log level they want to capture)

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

No files, tests, or entry points are named. Start by locating the TypeScript implementation that captures console methods and its existing tests, then trace how log levels are represented and configured. Done means users can select specific levels such as warn and error, with any minimum-level convenience API defined and covered by tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
observability
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 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.