certinia / debug-log-analyzer

Salesforce Apex debug log analyzer for Visual Studio Code - Visualize code execution via a Flame chart and identify performance and SOQL/DML problems via Method and Database analysis
https://marketplace.visualstudio.com/items?itemName=financialforce.lana
BSD 3-Clause "New" or "Revised" License
84 stars 18 forks source link

feat: show parser issues #443

Closed lukecotter closed 11 months ago

lukecotter commented 11 months ago

Description

Will show

  1. Unsupported log event names (can happen when new events are added)
  2. Invalid log lines

Type of change (check all applicable)

[optional] Any images / gifs / video

image

Related Tickets & Documents

Related Issue #208 fixes # resolves #209 closes #

Added tests?

Added to documentation?

[optional] Are there any post-deployment tasks we need to perform?