Merge pull request #194 from DataDog/tyler/wrong-helper-name

Fix wrong class name being injected
This commit is contained in:
Tyler Benson 2018-01-17 15:15:12 -05:00 committed by GitHub
commit 82f44d00f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public final class FilterChain3Instrumentation implements Instrumenter {
"io.opentracing.contrib.web.servlet.filter.ServletFilterSpanDecorator$1",
"io.opentracing.contrib.web.servlet.filter.TracingFilter",
"io.opentracing.contrib.web.servlet.filter.TracingFilter$1",
getClass().getName() + "$HttpServlet3Advice$TagSettingAsyncListener"))
getClass().getName() + "$FilterChain3Advice$TagSettingAsyncListener"))
.transform(
DDAdvice.create()
.advice(