meteor-collection2
meteor-collection2 copied to clipboard
Question: A way to log all errors without actually throwing them?
We've written schemas for all of our collections, but we think there are a few mistakes in them. We'd like to turn them on in production, but in a way that console.logs any errors without actually stopping the insert or update.
Is this possible?
You might try enabling SimpleSchema.debug option.
https://github.com/Meteor-Community-Packages/meteor-collection2#problems