You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@
5
5
6
6
The most robust observability solution for Salesforce experts. Built 100% natively on the platform, and designed to work seamlessly with Apex, Lightning Components, Flow, OmniStudio, and integrations.
7
7
8
-
## Unlocked Package - v4.14.17
8
+
## Unlocked Package - v4.14.18
9
9
10
-
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015ocRQAQ)
11
-
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015ocRQAQ)
10
+
[](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015ocbQAA)
11
+
[](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y0000015ocbQAA)
|`recordsIds`| The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry |
644
+
645
+
##### Return
646
+
647
+
**Type**
648
+
649
+
LogEntryEventBuilder
650
+
651
+
**Description**
652
+
653
+
The same instance of `LogEntryEventBuilder`, useful for chaining methods
Copy file name to clipboardExpand all lines: nebula-logger/core/main/logger-engine/classes/LogEntryEventBuilder.cls
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -462,6 +462,29 @@ global with sharing class LogEntryEventBuilder {
462
462
returnthis;
463
463
}
464
464
465
+
/**
466
+
* @description Sets the log entry event's record fields
467
+
* @paramrecordsIds The Set of `SObject` records ids related to the entry. Will be converted to list and the JSON of the list is automatically added to the entry
468
+
* @return The same instance of `LogEntryEventBuilder`, useful for chaining methods
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "nebula-logger",
3
-
"version": "4.14.17",
3
+
"version": "4.14.18",
4
4
"description": "The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.",
"versionDescription": "Added more details to the component log entry JSON that's printed using console statements. The stringified object now includes more details, such as the exception, tags, and scenario.",
12
+
"versionNumber": "4.14.18.NEXT",
13
+
"versionName": "Added setRecord() Overload for List<Id> and Set<Id> Parameters",
14
+
"versionDescription": "Added a new overload setRecord(System.Iterable<Id> recordsIds) in LogEntryEventBuilder to make it easy to log List<Id> and Set<Id>.",
0 commit comments