Skip to content

Commit

Permalink
Remove transaction_naming_sources
Browse files Browse the repository at this point in the history
  • Loading branch information
esquith committed Sep 12, 2022
1 parent 6640862 commit 1e77f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/new_relic/agent/transaction.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class Transaction
ACTION_CABLE_PREFIX = "#{CONTROLLER_PREFIX}ActionCable/"

WEB_TRANSACTION_CATEGORIES = [:web, :controller, :uri, :rack, :sinatra, :grape, :middleware, :action_cable].freeze
TRANSACTION_NAMING_SOURCES = [:child, :api].freeze

MIDDLEWARE_SUMMARY_METRICS = ["Middleware/all"].freeze
WEB_SUMMARY_METRIC = "HttpDispatcher"
Expand Down

0 comments on commit 1e77f0c

Please sign in to comment.