-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Regex filtering in logEntryEventStream component #251
Regex filtering in logEntryEventStream component #251
Conversation
…gEntryEventStream component. Did some cleanup, as well
nebula-logger/main/log-management/lwc/logEntryEventStream/logEntryEventStream.js
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## feature/flow-save-method-support #251 +/- ##
===================================================================
Coverage ? 96.10%
===================================================================
Files ? 23
Lines ? 2591
Branches ? 0
===================================================================
Hits ? 2490
Misses ? 101
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
This looks awesome - thanks again for making these changes!
nebula-logger/main/log-management/lwc/logEntryEventStream/logEntryEventStream.js
Show resolved
Hide resolved
… logEntryEventStream component (#250) * Bumped API version from v52.0 to v53.0, updated flexipages to match API v53.0's format * Added getSaveMethod() method to Logger * Added the ability to specify a save method in all Flow invocable classes, cleaned up some comments in Flow classes * Added the ability to specify a save method in logger.js, add new getUserSettings() function * Fixed syntax in loggerLWCDemo.js for adding tags, updated version name for v4.6.13 * Fixes (some) of #212 by adding regular expression filtering to the logEntryEventStream component. Did some cleanup, as well (#251 by @jamessimone) Co-authored-by: James Simone <[email protected]>
logEntryEventStream
component. Did some cleanup, as well