Skip to content

AuthSession Bugfix for LWC Logging

Compare
Choose a tag to compare
@jongpie jongpie released this 24 Apr 01:50
· 9 commits to main since this release
18b4b52

Thanks to @Suryansh-2301 for reporting this bug!

Core Unlocked Package Changes

  • Fixed #678 by removing the filter ParentId = null when querying AuthSession data in LoggerEngineDataSelector
  • Added a small enhancement to store the ParentId of the AuthSession record in the new fields LogEntryEvent__e.ParentSessionId__c and Log__c.ParentSessionId__c
    • Updated permission sets LoggerAdmin, LoggerLogViewer, and LoggerEndUser to provide read access to the new field Log__c.ParentSessionId__c

    • Updated FlexiPage LogRecordPage to conditionally display the new field Log__c.ParentSessionId__c when it's populated

      image

Installation Info

Core Unlocked Package - no namespace

Full Changelog: v4.13.9...v4.13.10