-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add filtering of the mutations logging #711
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
Conversation
docs/en/plugins.md
Outdated
@@ -102,6 +102,11 @@ The `createLogger` function takes a few options: | |||
``` js | |||
const logger = createLogger({ | |||
collapsed: false, // auto-expand logged mutations | |||
filter(mutation, stateBefore, stateAfter) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a space before the open parenthesis 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
Anything missing before merge? |
Waiting for the review by @yyx990803 🙂 |
OK |
Do you have the time to do the review @yyx990803 ? |
Cool! When do you think it will be released? |
Any release date idea? |
Fixes #710