```javascript import trace from 'rxtrace'; from([...]).pipe( map(), trace('label', (input) => /* some output */) ).subscribe(); ```