From d04fbf5e44f2e03877afb7b64c283d3b7f73c82e Mon Sep 17 00:00:00 2001 From: Andrew Hayworth Date: Tue, 13 Jul 2021 12:56:03 -0500 Subject: [PATCH] Use local opentelemetry-semantic_conventions gem --- instrumentation/action_view/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index ec475c9d2..6f5e957a5 100644 --- a/instrumentation/action_view/Gemfile +++ b/instrumentation/action_view/Gemfile @@ -15,5 +15,6 @@ group :test do gem 'byebug' gem 'opentelemetry-common', path: '../../common' gem 'opentelemetry-sdk', path: '../../sdk' + gem 'opentelemetry-semantic_conventions', path: '../../semantic_conventions' gem 'pry-byebug' end