Skip to content

Enhancements for Log Entry Event Stream Tab/LWC

Compare
Choose a tag to compare
@jongpie jongpie released this 22 Nov 23:27
· 91 commits to main since this release
956205d

Core Unlocked Package Changes

Another stellar community contribution from @mar-ben - this release provides several enhancements to the logEntryEventStream LWC that's used for monitoring published LogEntryEvent__e platform event records.

  1. Added split-view toggling - you can now close & open the filter menu (shown on the left side of the LWC)

image

  1. Added tabular view - using the new "Display As" button (shown in the top-right of the LWC), you can switch between the console view & the new tabular view. The list of fields displayed can be configured in the LoggerParameter__mdt object by updating the record LoggerParameter.LogEntryEventStreamDisplayFields

image

  1. Added full-screen mode - using the new "Expand"/"Contract" button (shown in the top-right of the LWC), you can also switch to a larger view so you can more easily see the LogEntryEvent__e data.

image

Thanks again to @mar-ben for the fantastic enhancements!