odas
odas copied to clipboard
- Added "dropped" sources list to JSON output
I found it useful to receive tracking information about dropped sources via sst
. This PR updates the output to include:
dropped: [
]
after src
.
This resulted in more reliable downstream tracking in my application.
I'm happy to make this optional if it is would be too disruptive as default.