lib/sentry/rails/controller_transaction.rb in sentry-rails-5.19.0 vs lib/sentry/rails/controller_transaction.rb in sentry-rails-5.20.0
- old
+ new
@@ -1,8 +1,8 @@
module Sentry
module Rails
module ControllerTransaction
- SPAN_ORIGIN = 'auto.view.rails'.freeze
+ SPAN_ORIGIN = "auto.view.rails".freeze
def self.included(base)
base.prepend_around_action(:sentry_around_action)
end