Is your feature request related to a problem?
I want to "instrument" an EJB using CaptureSpan:
@Stateful
public class MyBean {
@CaptureSpan
public void doSomething() {}
}
However the name of the span is not 'MyBean#doSomething', but 'view123#doSomething', beause the span is started by the proxy class.
Describe the solution you'd like
Proxy classes should not be instrumented