Skip to content

Version 4.7.0: Spring '22 Release

Closed Mar 15, 2022 100% complete

Highlights

  • New Data Security Enhancements
    • Data Mask Rules
    • Strip Inaccessible Record Fields
    • Anonymous Mode: Logs and log entries can now be stored anonymously for certain users or profiles, using the new 'anonymous mode' setting
  • More Data
    • logger for LWC and Aura Components: Reintroduced frontend logging support via new logger lwc
    • New 'Log Entry Event …

Highlights

  • New Data Security Enhancements
    • Data Mask Rules
    • Strip Inaccessible Record Fields
    • Anonymous Mode: Logs and log entries can now be stored anonymously for certain users or profiles, using the new 'anonymous mode' setting
  • More Data
    • logger for LWC and Aura Components: Reintroduced frontend logging support via new logger lwc
    • New 'Log Entry Event Stream' tab & lwc: Real-time monitoring of LogEntryEvent__e records
    • Configurable Apex Debug Log syntax: the output to System.debug() is now configurable using merge field syntax in the new LoggerSettings__c.SystemLogMessageFormat__c field, using Handlebars-esque syntax to refer to fields on the LogEntryEvent__e platform event
    • Added more metadata-related fields on LogEntry__c for Flow, Apex class and Lightning Components
  • Optimizations
    • Optimized LogEntryEventBuilder so that queries are lazy-loaded - this prevents/reduces queries from logging when not needed (e.g., when logging is disabled, no queries are executed)

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.