Skip to content

Commit

Permalink
fix(rails): Rails instrumentation should load ActiveJob instrumentati…
Browse files Browse the repository at this point in the history
…on (#1099)

* Rails instrumention should load active job and active support

* Update rails.rb

---------

Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
aburgel and arielvalentin authored Aug 8, 2024
1 parent d87f1f8 commit e8536cf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ module Rails
require 'opentelemetry-instrumentation-action_view'
require 'opentelemetry-instrumentation-action_mailer'
require 'opentelemetry-instrumentation-active_record'
require 'opentelemetry-instrumentation-active_job'
require_relative 'rails/instrumentation'
require_relative 'rails/version'

0 comments on commit e8536cf

Please sign in to comment.