aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-10-02 13:49:34 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-10-02 13:49:34 -0300
commite9a4828ae75b19d63090825fa556596e433d2383 (patch)
tree8fed730cf3f68f11e46b8df36466f6070da7ea5f /kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala
parente2a9aa15b6ecda441fd81960b31b0b836af6d64a (diff)
downloadKamon-e9a4828ae75b19d63090825fa556596e433d2383.tar.gz
Kamon-e9a4828ae75b19d63090825fa556596e433d2383.tar.bz2
Kamon-e9a4828ae75b19d63090825fa556596e433d2383.zip
wip
Diffstat (limited to 'kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala')
-rw-r--r--kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala b/kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala
index 43841165..6126d642 100644
--- a/kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala
+++ b/kamon-core/src/main/scala/kamon/instrumentation/ActorRefTellInstrumentation.scala
@@ -31,7 +31,7 @@ class ActorCellInvokeInstrumentation {
Tracer.clear
}
case None =>
- assert(Tracer.context() == None)
+ //assert(Tracer.context() == None)
pjp.proceed()
}
Tracer.clear