From a26d157c1748b0733a137401e414f0f3c0678004 Mon Sep 17 00:00:00 2001 From: sb-bdonohue Date: Tue, 8 Oct 2024 11:51:15 -0400 Subject: [PATCH] needs require --- Gemfile | 1 + service/web_controller.rb | 1 + 2 files changed, 2 insertions(+) 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"