web-activity-time-tracker
web-activity-time-tracker copied to clipboard
Separate based on different port
Assume I've different applications running on different ports, like:
- http://localhost:3001/
- http://localhost:3000/
So I want them to be logged as separate, but it logs them as one, just localhost
Would be happy to implement it. Thanks.