Skip to content

Commit b3a08f0

Browse files
authored
Added New Comments__c Field on LoggerParameter__mdt (#650)
* Added new field LoggerParameter__mdt.Comments__c as a place for admins & developers to store notes about why a LoggerParameter__mdt record has been customized. This is only intended for documentation purposes to help admins viewing the record in the org, as well as a way to document customizations in git/VCS * Updated LoggerParameter__mdt records to include the XML node for the new Comments__c field * Scope creep: added missing project license info in several LWC files * Scope creep: added .npmrc to explicitly set the npm registry
1 parent f6b0afc commit b3a08f0

46 files changed

Lines changed: 196 additions & 14 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
The most robust logger for Salesforce. Works with Apex, Lightning Components, Flow, Process Builder & Integrations. Designed for Salesforce admins, developers & architects.
77

8-
## Unlocked Package - v4.13.3
8+
## Unlocked Package - v4.13.4
99

10-
[![Install Unlocked Package in a Sandbox](./images/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkEwQAK)
11-
[![Install Unlocked Package in Production](./images/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkEwQAK)
10+
[![Install Unlocked Package in a Sandbox](./images/btn-install-unlocked-package-sandbox.png)](https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkFBQA0)
11+
[![Install Unlocked Package in Production](./images/btn-install-unlocked-package-production.png)](https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001MkFBQA0)
1212
[![View Documentation](./images/btn-view-documentation.png)](https://jongpie.github.io/NebulaLogger/)
1313

14-
`sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MkEwQAK`
14+
`sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001MkFBQA0`
1515

16-
`sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkEwQAK`
16+
`sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001MkFBQA0`
1717

1818
---
1919

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.CallStatusApi.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Call Status API</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.DefaultLogEntryRelatedListFieldSet.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Default Log Entry Related List Field Set</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.EnableLogEntryEventStream.md-meta.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@
66
>
77
<label>Enable Log Entry Event Stream</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value
1216
xsi:type="xsd:string"
13-
>When set to &apos;true&apos; (default), the LWC logEntryEventStream is enabled &amp; subscribes to LogEntryEvent__e records, using the Emp API. Using the Emp API counts towards your org's event delivery allocations, so the LWC can be disabled if the allocation needs to be conserved. See this page for more details may be generated that contain additional details about the logging system - https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm</value>
17+
>When set to &apos;true&apos; (default), the LWC logEntryEventStream is enabled &amp; subscribes to LogEntryEvent__e records, using the Emp API. Using the Emp API counts towards your org&apos;s event delivery allocations, so the LWC can be disabled if the allocation needs to be conserved. See this page for more details may be generated that contain additional details about the logging system - https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.htm</value>
1418
</values>
1519
<values>
1620
<field>Value__c</field>

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.EnableLoggerSystemMessages.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Enable Logger System Messages</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value xsi:type="xsd:string">When enabled, log entries may be generated that contain additional details about the logging system.</value>

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.EnableStackTraceParsing.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Enable Stack Trace Parsing</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.EnableTagging.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Enable Tagging</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.LogEntryEventStreamDisplayFields.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Log Entry Event Stream Display Fields</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value xsi:type="xsd:string">Contains the fields to be displayed in the Tabular view of the Log Entry Event Stream Tab under the Logger Console.</value>

nebula-logger/core/main/configuration/customMetadata/LoggerParameter.NormalizeScenarioData.md-meta.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
>
77
<label>Normalize Scenario Data</label>
88
<protected>false</protected>
9+
<values>
10+
<field>Comments__c</field>
11+
<value xsi:nil="true" />
12+
</values>
913
<values>
1014
<field>Description__c</field>
1115
<value

0 commit comments

Comments
 (0)