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 newlogger
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 newlogger
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 newLoggerSettings__c.SystemLogMessageFormat__c
field, using Handlebars-esque syntax to refer to fields on theLogEntryEvent__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)
- Optimized
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.