-
Notifications
You must be signed in to change notification settings - Fork 325
Closed
Labels
Description
The type matcher of the TimerTaskInstrumentation is missing a and(not(co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers.isProxy())) clause:
Lines 89 to 92 in a1f1e18
| public ElementMatcher<? super TypeDescription> getTypeMatcher() { | |
| return isInAnyPackage(applicationPackages, ElementMatchers.<NamedElement>none()) | |
| .and(hasSuperClass(named("java.util.TimerTask"))); | |
| } |
Reported in the forum.
Reactions are currently unavailable