Skip to content

Commit

Permalink
require configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Dec 18, 2024
1 parent 2f24783 commit 0ce620d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sentry-rails/lib/sentry/rails/active_job.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "sentry/rails/active_job/configuration"
module Sentry
module Rails
module ActiveJobExtensions
Expand Down
2 changes: 2 additions & 0 deletions sentry-rails/lib/sentry/rails/active_job/configuration.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

module Sentry
class Configuration
attr_reader :active_job
Expand Down

0 comments on commit 0ce620d

Please sign in to comment.