-
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added more fields on LogEntryEvent__e, Log__c, and LogEntry__c (#503)
* Renamed (created new) Log__c fields ApiVersion__c, ApiReleaseNumber__c and ApiReleaseVersion__c to OrganizationApiVersion__c, OrganizationReleaseNumber__c and OrganizationReleaseVersion__c, * Added new field Log__c.OrganizationLocation__c * Added extra test & guard clause in LogEntryHandler to handle scenarios where OriginLocation__c is not a valid Flow API name * Added new Flow fields on LogEntry__c FlowRecordTriggerType__c, FlowTriggerOrder__c, and FlowTriggerSObjectType__c * Added new fields on LogEntry__c to track details about the user's browser * Updated logEntryBuilder.js and jest tests to internally use a new function, getComponentLogEntry(). This makes the JavaScript code (logEntryBuilder.js + ComponentLogEntry) better align with the Apex equivalent code (LogEntryEventBuilder and LogEntryEvent__e) * Removed some old references in LoggerHomeHeaderController to now-removed properties on Logger.StatusApiResponse
- Loading branch information
Showing
62 changed files
with
1,313 additions
and
272 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
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.