From 927f07336256683bf879789b426158f3c9c011b4 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 25 Feb 2020 14:08:12 -0500 Subject: [PATCH] add newrelic agent to API --- src/Api/Api.csproj | 1 + src/Api/newrelic.config | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 src/Api/newrelic.config diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 8394613c2a..74df522a55 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -24,6 +24,7 @@ + diff --git a/src/Api/newrelic.config b/src/Api/newrelic.config new file mode 100644 index 0000000000..22393eb259 --- /dev/null +++ b/src/Api/newrelic.config @@ -0,0 +1,6 @@ + + + + + +