hyperdxio / hyperdxio/hyperdx-js
Allow for filtering by console log level
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
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
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