Another dev I'm working with ended up hunting for half-an-hour looking for a reason why an activity wasn't triggering as expected, turns out there was a typo in the field.
However, definitely something avoidable if errors were accessible from the mongoose hooks. Right now they end up unhandled:
Another dev I'm working with ended up hunting for half-an-hour looking for a reason why an activity wasn't triggering as expected, turns out there was a typo in the field.
However, definitely something avoidable if errors were accessible from the mongoose hooks. Right now they end up unhandled:
https://github.com/GetStream/stream-node-orm/blob/14ca95fd925d54682f797eb97604d43b5bcc1b9b/src/backends/mongoose.js#L104-L108