diff --git a/Gemfile b/Gemfile index 486b33f..505d524 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" +gem 'newrelic_rpm' gem 'sinatra' gem 'passenger' gem 'rest-client' diff --git a/service/web_controller.rb b/service/web_controller.rb index 096c76c..a27bd63 100644 --- a/service/web_controller.rb +++ b/service/web_controller.rb @@ -7,6 +7,7 @@ require 'rack' require 'rack/contrib' # Includes the JSONBodyParser middleware require 'jwt' +require 'newrelic_rpm' puts "Loading QRDA Export Service"