Skip to content

Conversation

@rafaelfranca
Copy link
Member

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

Closes #11

@rafaelfranca rafaelfranca merged commit 0b4962c into main Oct 28, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants