lib/sentry/rails/error_subscriber.rb in sentry-rails-5.20.1 vs lib/sentry/rails/error_subscriber.rb in sentry-rails-5.21.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Sentry
module Rails
# This is not a user-facing class. You should use it with Rails 7.0's error reporter feature and its interfaces.
# See https://github.com/rails/rails/blob/main/activesupport/lib/active_support/error_reporter.rb to learn more about reporting APIs.
# If you want Sentry to subscribe to the error reporter, please set `config.rails.register_error_subscriber` to `true`.