Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: A way to log all errors without actually throwing them? #423

Open
abjennings opened this issue Nov 7, 2020 · 1 comment
Open
Labels

Comments

@abjennings
Copy link

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?

@harryadel
Copy link
Member

You might try enabling SimpleSchema.debug option.
https://github.com/Meteor-Community-Packages/meteor-collection2#problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants