Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Change intercepted method
Browse files Browse the repository at this point in the history
  • Loading branch information
lustefaniak committed Jul 16, 2019
1 parent 11a93eb commit 2b737eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -72,7 +72,7 @@ class AkkaHttpServerInstrumentation extends InstrumentationBuilder {
.advise(method("onComplete"), InvokeWithCapturedContext)

onType("akka.http.scaladsl.util.FastFuture$")
.intercept(method("transformWith$extension1"), FastFutureTransformWithAdvice)
.intercept(method("transformWith$extension"), FastFutureTransformWithAdvice)
}

trait HasMatchingContext {
Expand Down

0 comments on commit 2b737eb

Please sign in to comment.