From 1f16589e2b8002824e1a8944d3e937ab56c47656 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 6 Jan 2025 10:38:09 -0600 Subject: [PATCH] Remove unnecessary monkeypatch This is now defined in view_component https://github.com/ViewComponent/view_component/pull/2153 --- config/initializers/newrelic_monkeypatch.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config/initializers/newrelic_monkeypatch.rb diff --git a/config/initializers/newrelic_monkeypatch.rb b/config/initializers/newrelic_monkeypatch.rb deleted file mode 100644 index 250db74ab..000000000 --- a/config/initializers/newrelic_monkeypatch.rb +++ /dev/null @@ -1,6 +0,0 @@ -# workaround for bug https://github.com/newrelic/newrelic-ruby-agent/issues/2869 -class ViewComponent::Base - def self.identifier - source_location - end -end