Skip to content

Commit

Permalink
update comments to reference Rails components consistently
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com>
  • Loading branch information
robbkidd and kaylareopelle authored Nov 25, 2024
1 parent 5644ee5 commit 87d1e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instrumentation/active_model_serializers/example/rails_app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
end

# TraceRequestApp is a minimal Rails application inspired by the Rails
# bug report template for action controller.
# bug report template for Action Controller.
# The configuration is compatible with Rails 6.0
class TraceRequestApp < Rails::Application
config.root = __dir__
Expand All @@ -44,7 +44,7 @@ class TraceRequestApp < Rails::Application
end

# Rails app initialization will pick up the instrumentation Railtie
# and subscribe to ActiveSupport notifications
# and subscribe to Active Support notifications
TraceRequestApp.initialize!

ExampleAppTracer = OpenTelemetry.tracer_provider.tracer('example_app')
Expand Down

0 comments on commit 87d1e91

Please sign in to comment.