-
Notifications
You must be signed in to change notification settings - Fork 98
Made working with and modifying payloads within plugins much simpler. #83
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
bsneed
commented
Oct 25, 2021
- Logging is now available outside of an analytics instance.
- Added convenience methods for modifying the integrations/context.
- Added subscripts and methods for JSON value accessing/setting.
- Optimized search order for keypath handlers.
- Unit Tests
} | ||
} else { | ||
#if DEBUG |
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.
I'm debating if we should change this from DEBUG to DEBUGLOG, that way our console doesn't get spammed and we can easily disable this and use Console as a backup. Thoughts?
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.
I'm not really following what you mean here. Please hit me up on slack.
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.
LGTM. Just maybe some documentation and remove some commented tests.