-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for logging Apex errors in LWC/Aura logging (#323)
* Resolved #299 by adding support for logging Apex errors in logger.js, fixed some issues in ComponentLogger.cls with null values for setRecord(Id) and setRecord(SObject) * Added a button + JS function in loggerLWCDemo.js to call an Apex method that throws an exception * Improved stack trace parsing in ComponentLogger.cls to better handle the stack traces that originate from async JS functions (such as Apex controller method calls) * Cleaned up the formatting of several Jest tests to use arrange-act-assert formatting, removed usage of deprecated Jest import registerApexTestWireAdapter
- Loading branch information
Showing
16 changed files
with
485 additions
and
1,142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.