Bugfix for Lightning Component Entries Not Always Saving
Core Unlocked Package Changes
logger
LWC Changes
- @jamessimone fixed #518 by updating
logger
LWC to defer callingconsole.log()
and to defer saving log entries until afterLoggerSettings__c
data has been loaded for the current user.- Previously, logging in some lifecycle events, such as
connectedCallback()
, would unintentionally (and inconsistently) skip some log entries, resulting in data loss of some logging data. Thanks to @shuylern for reporting this issue!
- Previously, logging in some lifecycle events, such as
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.11.11...v4.11.12
- SF CLI:
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mjx5QAC
- SFDX CLI:
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mjx5QAC
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mjx5QAC
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mjx5QAC