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
82 stars 18 forks source link

chore: ensure uri is local file #496

Closed lukecotter closed 6 months ago

lukecotter commented 6 months ago

Description

refactor: ensure log uri is a file

logUri must start with https://file or file://

Type of change (check all applicable)