Ability to track localhost traffic
See original GitHub issueBeing able to track localhost traffic for testing is super helpful but I’m not seeing it as an option here.
Plausible has a way to do it using an extension plausible.local.js
. Anyway this could be added as a provider prop?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Capturing Localhost Traffic - Fiddler Everywhere
Learn how to capture and inspect localhost traffic by using the Fiddler Everywhere web-debugging client.
Read more >Capturing and Analyzing localhost to localhost traffic on ...
RawCap is a simple little .NET 2.0 utility that captures all traffic at the socket level – thus solving our problem. Luckily, you...
Read more >Wireshark localhost traffic capture [closed]
After the traffic has been captured, you can open it and examine in Wireshark ... Yes, you can monitor the localhost traffic using...
Read more >Simple Way to Monitor Localhost Network Traffic on Windows
If you want to monitor your loopback address simply hit "5" on your keyboard to select the loopback pseudo-interface. Picture. Give it a...
Read more >How to use Wireshark to capture local host traffic (127.0.0.1)
In this video, you'll learn how to use Wireshark to capture localhost traffic (127.0.0.1)
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
@4lejandrito yeah sorry about that. I needed to branch again and built it locally to test it in our project. Once I did that I realized I also needed the manual extension. Adding that as well. Should have a PR up later today.
Fixed in
next-plausible@3.1.0
.The new props (
trackLocalhost
&manualPageviews
) are described in the docs.Thanks @michaelwschultz!