-
Hello, I encountered some problems after modifying the javaagent. In order to make the Instrumenter of the agent not work in certain situations and be adjustable dynamically, we added some code to the Instrumenter, such as:
But when I make this modification, if the Instrumenter returns directly, this will cause some keys in the context to have null values, which may cause a NullPointerException.
Here are my problems:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
have you seen |
Beta Was this translation helpful? Give feedback.
have you seen
SpanSuppressor.java
, does that work for your use case?