Replies: 1 comment
-
I added a isHelperClass method, it seems work.
So, what does Helper Class mean? and how does it work? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My otel javaagent extension instuments spring mvc application to extract post reqeust's body.
Then in my AttributesExtractor, i use com.jayway.jsonpath.JsonPath library to do this.
But it doesn's work, seem that whole extension stop running.
If i commemt out all about com.jayway.jsonpath.JsonPath code, extension can print some debug strings.
So why and how?
I tried shaodwjar to put third party into a single extension jar, but still the same.
Beta Was this translation helpful? Give feedback.
All reactions