lib/generators/airbrake_initializer.rb.erb in airbrake-10.0.0 vs lib/generators/airbrake_initializer.rb.erb in airbrake-10.0.1

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + # Airbrake is an online tool that provides robust exception tracking in your Rails # applications. In doing so, it allows you to easily review errors, tie an error # to an individual piece of code, and trace the cause back to recent # changes. Airbrake enables for easy categorization, searching, and prioritization # of exceptions so that when errors occur, your team can quickly determine the