Skip to content

1.12.0: Debug Only Filtering, percent show in Self and Total columns and more

Compare
Choose a tag to compare
@lcottercertinia lcottercertinia released this 05 Dec 11:47
· 322 commits to main since this release
48f0565

What's Changed

Added

  • Debug Only Call Tree filtering (#86)
    • Filters the Call Tree to show only debug statements with the context of the Call Stack.
  • Percent value (of the total log time) in the self and total columns. Visually represent the percentage via a percent bar as well as a value e.g 100 (50%) (#311)
    • This is show for both the Call Tree and Analysis
  • Open Apex Log Analyzer from a dirty VSCode editor (#213)
    • Supports opening Apex Log Analyzer when a log is dragged and dropped into Salesforce Code Builder.
    • It allows for a log analysis to be shown when a file is deleted on local disk or a log is copy and pasted into an editor window without saving.
  • Show Log Parsing issues via notification bell (#209)
    • Shows unsupported log event names + invalid log lines

Changed

  • Show time taken for more events within the Workflow:ApprovalProcessActions Code Unit (#336)
    • Estimates the time taken for some events without an exit event within Workflow:ApprovalProcessActions Code Unit e.g WF_APPROVAl + WF_EMAIL_SENT
  • Make dragging more obvious on the Timeline by showing different cursors (#423)
    • Show the pointer cursor by default when hovering the Timeline.
    • Show the grabbing cursor when the mouse is pressed down on the Timeline, to indicate drag is now possible.
    • Show the default cursor when hovering a Timeline event.
  • Timeline event marker clarity improvements (#115)
    • Skipped-Lines and Max-Size-reached marker color from green to blue. Green normal mean things are ok, blue better represents information.
    • Added faint grey lines between the event markers to separates them. This helps when two error are next to each other.

Full Changelog: 1.10.4...1.12.0