aboutsummaryrefslogtreecommitdiff
path: root/project/Dependencies.scala
diff options
context:
space:
mode:
authorColin Smith <smithcolina@hotmail.com>2015-10-14 08:17:03 +0100
committerColin Smith <smithcolina@hotmail.com>2015-10-14 09:01:33 +0100
commitee009e02a20a94ee6011cf5ddf537722c173e44f (patch)
treed76c0bfc8c7636b7b65fc462686f0befe2aabfe7 /project/Dependencies.scala
parent91859be4df789c64ae30ef879b9c6c83503b99c2 (diff)
downloadKamon-ee009e02a20a94ee6011cf5ddf537722c173e44f.tar.gz
Kamon-ee009e02a20a94ee6011cf5ddf537722c173e44f.tar.bz2
Kamon-ee009e02a20a94ee6011cf5ddf537722c173e44f.zip
= newrelic: Associate logged errors with correct transaction
Previously, errors were associated with transactions named "OtherTransaction/<trace-name>", with this change they are associated with "WebTransaction/Uri/<trace-name" which is the name expected by NewRelic. The additional complexity of wrapping messages in LoggedError instances ensures that the logged message is not repeated in the New Relic UI.
Diffstat (limited to 'project/Dependencies.scala')
-rw-r--r--project/Dependencies.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a10b3bb2..3b9b7980 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -35,7 +35,7 @@ object Dependencies {
val scalatest = "org.scalatest" %% "scalatest" % "2.2.1"
val logback = "ch.qos.logback" % "logback-classic" % "1.0.13"
val aspectJ = "org.aspectj" % "aspectjweaver" % aspectjVersion
- val newrelic = "com.newrelic.agent.java" % "newrelic-api" % "3.11.0"
+ val newrelic = "com.newrelic.agent.java" % "newrelic-agent" % "3.11.0"
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.7"
val sprayCan = "io.spray" %% "spray-can" % sprayVersion
val sprayRouting = "io.spray" %% "spray-routing" % sprayVersion