console 3.14.1

This release introduces the source code feature which allows an engineer, while debugging an issue, to view related source code based on function names and line numbers from an offending call stack.

More …

Backtrace Unity 3.0.3

This release includes significant improvements to performance by way of report filtering as well as improved performance diagnostics. Learn more below.

  • BacktraceClient now supports report filtering. Report filtering is enabled by using the Filter reports option in the user interface or for more advanced use-cases, the SkipReport delegate is available in BacktraceClient.

Sample code: ```csharp // Return true to ignore a report, return false to handle the report // and generate one for the error. BacktraceClient.SkipReport = (ReportFilterType type, Exception e, string msg) => { // ReportFilterType is one of None, Message, Exception, // UnhandledException or Hang. It is also possible to // to filter based on the exception and exception message.

More …

console 3.13.0

This release introduces aggregation filters in the explore-aggregate and triage views. Requires coronerd version 1.48.9 for adding an individual aggregation filter. Requires coronerd version 1.49.1 for multiple aggregation filters.

More …