-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support for use through jvm -javaagent command line option #289
Conversation
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
============================================
+ Coverage 75.26% 75.75% +0.48%
- Complexity 162 164 +2
============================================
Files 11 11
Lines 651 664 +13
Branches 84 84
============================================
+ Hits 490 503 +13
Misses 119 119
Partials 42 42 ☔ View full report in Codecov by Sentry. |
d89230e
to
097ca8f
Compare
097ca8f
to
390860e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to use the library for various testing scenarios so that I don't have to add a dependency to the project I'm testing, or try to manipulate a running jvm before dns dependent code gets run. This can be achieved by running the agent at JVM startup.