-
-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Add safe navigation operator on LoginHistory from authSession…
… records (#831) * Added safe navigation operator on LoginHistory from AuthSession records * Removed a unuseful safe navigation operator * Updated LogEntryEventHandler to set Log__c.ImpersonatedBy__c when AuthSession data is queried async
- Loading branch information
1 parent
d897e3f
commit c8e2502
Showing
9 changed files
with
118 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
"path": "./nebula-logger/core", | ||
"definitionFile": "./config/scratch-orgs/base-scratch-def.json", | ||
"scopeProfiles": true, | ||
"versionNumber": "4.15.4.NEXT", | ||
"versionName": "FlowLogger exception message handling", | ||
"versionDescription": "FlowLogger now properly truncates the LogEntryEvent__e.ExceptionMessage__c field", | ||
"versionNumber": "4.15.5.NEXT", | ||
"versionName": "Bugfix for AuthSession with null LoginHistory exception message handling", | ||
"versionDescription": "Added safe navigation operator on LoginHistory from authSession records to avoid a NullPointerException", | ||
"postInstallUrl": "https://github.com/jongpie/NebulaLogger/wiki", | ||
"releaseNotesUrl": "https://github.com/jongpie/NebulaLogger/releases", | ||
"unpackagedMetadata": { | ||
|
@@ -209,6 +209,7 @@ | |
"Nebula Logger - [email protected]": "04t5Y0000015oifQAA", | ||
"Nebula Logger - [email protected]": "04t5Y0000015ok2QAA", | ||
"Nebula Logger - [email protected]": "04t5Y0000015oklQAA", | ||
"Nebula Logger - Core@4.15.5-bugfix-for-authsession-with-null-loginhistory-exception-message-handling": "04t5Y0000015p5jQAA", | ||
"Nebula Logger - Core Plugin - Async Failure Additions": "0Ho5Y000000blO4SAI", | ||
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhiQAA", | ||
"Nebula Logger - Core Plugin - Async Failure [email protected]": "04t5Y0000015lhsQAA", | ||
|