Skip to content

Commit

Permalink
fix Mixing in play instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsoft committed Mar 11, 2014
1 parent 45a0dfe commit ccbcc55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import scala.Some
@Aspect
class RequestInstrumentation {

@DeclareMixin("play.api.mvc.RequestHeader")
@DeclareMixin("play.api.mvc.RequestHeader$$anon$4")
def mixinContextAwareNewRequest: TraceContextAware = TraceContextAware.default

@Pointcut("execution(* play.api.GlobalSettings+.onStart(*)) && args(application)")
Expand Down

0 comments on commit ccbcc55

Please sign in to comment.