diff --git a/sentry-rails/lib/sentry/rails/active_job.rb b/sentry-rails/lib/sentry/rails/active_job.rb index 61c44f723..ddb899ed4 100644 --- a/sentry-rails/lib/sentry/rails/active_job.rb +++ b/sentry-rails/lib/sentry/rails/active_job.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require "sentry/rails/active_job/configuration" module Sentry module Rails module ActiveJobExtensions diff --git a/sentry-rails/lib/sentry/rails/active_job/configuration.rb b/sentry-rails/lib/sentry/rails/active_job/configuration.rb index 05362485a..a1540cfac 100644 --- a/sentry-rails/lib/sentry/rails/active_job/configuration.rb +++ b/sentry-rails/lib/sentry/rails/active_job/configuration.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Sentry class Configuration attr_reader :active_job