Improved Error Emails
Thanks so much to @alanjaouen for this release!
Core Unlocked Package Changes
Error Email Notification Changes
- When Nebula Logger has an error (due to a bug, platform limits, etc), an error email is automatically sent to admins using the Apex class
LoggerEmailSender
- these emails previously did not contain enough information to troubleshoot some issues. @alanjaouen reported this in issue #590 and fixed it in PR #591 by updatingLoggerEmailSender
to include the list of relevant fields for any DML failures that can occur (such as creatingLog__c
andLogEntry__c
records).
Installation Info
Core Unlocked Package - no namespace
Full Changelog: v4.12.0...v4.12.1
- SF CLI:
sf package install --wait 20 --security-type AdminsOnly --package 04t5Y000001Mk4bQAC
- SFDX CLI:
sfdx force:package:install --wait 20 --securitytype AdminsOnly --package 04t5Y000001Mk4bQAC
- Sandbox: https://test.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk4bQAC
- Production: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5Y000001Mk4bQAC