-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Logger.exception() methods for Apex developers (#535)
* Added new methods/overloads Logger.exception() that automatically log, save, and throw the provided exception * Fixed some issues with exception-throwing in FlowLogger & added some additional tests * Fixed #529 by adding a try-catch block in Logger.callStatusApi() and returning null when exceptions occur * Scope creep: updated some tests in Logger_Tests to not be aware of the log-management layer * Updated some ApexDocs comments in Logger * Eliminated npm depedency on sfdx and upgraded sf CLI to v2 * Fixed some dependabot alerts in package.json / package-lock.json
- Loading branch information
Showing
17 changed files
with
31,158 additions
and
25,820 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
Oops, something went wrong.