Skip to content

Commit

Permalink
Update lib/new_relic/agent/instrumentation/active_support.rb
Browse files Browse the repository at this point in the history
Formatting change

Co-authored-by: Kayla Reopelle (she/her) <[email protected]>
  • Loading branch information
fallwith and kaylareopelle authored Dec 2, 2022
1 parent 25a2b3b commit 38b9fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/new_relic/agent/instrumentation/active_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# to still leverage all ActiveSupport based instrumentation functionality
# offered by the agent that would otherwise be gated by the detection of Rails.

# ActiveSupport custom events notifications
# ActiveSupport notifications custom events
if !defined?(::Rails) && defined?(::ActiveSupport::Notifications) && defined?(::ActiveSupport::IsolatedExecutionState)
require_relative 'rails_notifications/custom_events'
end

0 comments on commit 38b9fd4

Please sign in to comment.