-
Feature Request
-
Resolution: Duplicate
-
Trivial
-
None
-
2.1.3
-
None
For a Custom helper, i need to access to the Instrumentation object of the javaagent ( class Main of the agent).
Is-it possible to give this access in future version ?
For my present needs, I have modified the GIT code , by creating a public static field instrumentation in the Main class and setting it in premain method.