Network Inspection Plugin is not working in Sonar Mac App
See original GitHub issueI added Network plugin in the Android app by following instructions here, https://fbsonar.com/docs/network-plugin.html
client.addPlugin(new NetworkSonarPlugin());
On the sonar Mac app (downloaded from fbsonar.com), I can’t see Network information.
Am I missing any other configuration setup to enable network logging?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Use 3rd-party plugins at your own risk | Sonar
Because there are risks. To be clear, we're not aware of any plugins that are crafted with malicious intent, and the vast majority...
Read more >Use Apple products on enterprise networks
Here's how your devices connect to hosts and work with proxies: Network connections to the hosts below are initiated by the device, not...
Read more >SonarQube™ Plugins Index
SonarQube™ Plugins Index site includes a list of all the existing plugins for SonarQube™. ... This plugin is deprecated and no longer working....
Read more >SonarQube: Code Quality and Code Security
Catch bugs and vulnerabilities in your app, with thousands of automated Static Code Analysis rules.
Read more >SonarLint - IntelliJ IDEs Plugin
SonarLint is a free IDE extension to find and fix bugs, vulnerabilities and code smells as you write code! Like a spell checker,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The documentation seems outdated. Follow the example. We use OKHttpInterceptor to track the network calls, so u will have to add interceptor in
okhttpclient
I’m cleaning up some old issues and this one hasn’t seen updates in a long time. Please let me know if this is still a problem and we can reopen it. Thanks!