ericadamski / ericadamski/rx-trace
Add the ability to pass a function the can determine what to output
Open
enhancement
good first issue
help wanted
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```javascript
import trace from 'rxtrace';
from([...]).pipe(
map(),
trace('label', (input) => /* some output */)
).subscribe();
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the trace operator entry point exposed by rx-trace and inspect how its current label argument is handled. The issue names no file or test; clarify the callback's input, return value, and expected trace output, then verify that the operator supports the example usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100