autotuner icon indicating copy to clipboard operation
autotuner copied to clipboard

expose heuristic_name in report

Open ollym opened this issue 1 year ago • 1 comments

We want to log reports grouped by heuristic, as there's nothing in Autotuner::Report::Base that allows us to determine that we added this simple field to copy across.

We want our report function to look like this:

Autotuner.reporter = proc do |report|
  Bugsnag.notify(Exception.new(report.heuristic_name)) do |payload|
    payload.add_tab(:autotuner, { report: report.to_s })
  end
end

ollym avatar May 11 '24 22:05 ollym

I have signed the CLA!

ollym avatar May 11 '24 22:05 ollym