Skip to content

Commit

Permalink
Merge branch 'main' into main-to-dev-merge-conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Nov 19, 2024
2 parents a2fe273 + da5529b commit 0bc0c3a
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions newrelic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,20 +131,22 @@ common: &default_settings
# MyCompany module namespace:
#
# module MyCompany
# class Image
# def render_png
# # code to render a PNG
# end
# end
# class User
# def self.notify
# # code to notify users
# end
# end
# class Image
# def render_png
# # code to render a PNG
# end
# end
#
# class User
# def self.notify
# # code to notify users
# end
# end
# end
#
# Given that source code, the newrelic.yml config file might request
# instrumentation for both of these methods like so:
#
# automatic_custom_instrumentation_method_list:
# - MyCompany::Image#render_png
# - MyCompany::User.notify
Expand Down

0 comments on commit 0bc0c3a

Please sign in to comment.