PipedreamHQ / PipedreamHQ/pipedream
[FEATURE] automatic logging in this.$emit calls
Open
enhancement
tracked internally
triaged
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
> 3. Log the data you’re attempting to emit, so we see what the source should have emitted (if the call to this.$emit fails, we may not get good logs to show that, so it’s helpful to know if the data you’re emitting is empty, or if the data is present but we failed to emit for another reason.
This ticket should address #3 in https://github.com/PipedreamHQ/pipedream/issues/3005.
Adding a `debug = true` param in `$emit` should resolve this.
Contributor guide
Assessment
This issue has not been assessed yet.