| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Abhay <abhayakg123@gmail.com.com>
Signed-off-by: Simon Schrottner <simon.schrottner@dynatrace.com>
|
Sorry, something went wrong.
There was a problem hiding this comment.
Thank you! This excellent addition helps us normalize our documentation throughout our SDK landscape.
PS: I fixed the checkstyle issues, so we can go ahead with merging, as soon as we have all the approvals
Sorry, something went wrong.
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #1433 +/- ##
============================================
+ Coverage 92.81% 93.25% +0.44%
- Complexity 469 471 +2
============================================
Files 43 43
Lines 1127 1127
Branches 91 91
============================================
+ Hits 1046 1051 +5
+ Misses 53 48 -5
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #1424
This PR improves the README examples by wrapping the setProviderAndWait method inside a try-catch block.
Since setProviderAndWait can throw an exception if the provider initialization fails, it's important to handle it safely to prevent unexpected crashes during runtime.
Changes made:
Why?
Checklist: