From 78fcad8c69081df02167dabf50079470c80b1925 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 25 Jan 2016 23:11:12 -0500 Subject: [PATCH] enabled new relic web app monitoring for api --- src/Api/project.json | 3 ++- src/Api/wwwroot/web.config | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Api/project.json b/src/Api/project.json index 4c4fc7d189..bcd018e99d 100644 --- a/src/Api/project.json +++ b/src/Api/project.json @@ -20,7 +20,8 @@ "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final", "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final", "Microsoft.AspNet.Cors": "6.0.0-rc1-final", - "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final" + "Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final", + "NewRelic.Azure.WebSites": "5.13.30" }, "commands": { diff --git a/src/Api/wwwroot/web.config b/src/Api/wwwroot/web.config index e780518bcd..d0f8c3ebb7 100644 --- a/src/Api/wwwroot/web.config +++ b/src/Api/wwwroot/web.config @@ -1,9 +1,12 @@  + + + - + - +