diff --git a/instrumentation/action_view/Gemfile b/instrumentation/action_view/Gemfile index ec475c9d21..6f5e957a5b 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