Stefan Zabka
Stefan Zabka
This also puts in place a more general infrastructure should we ever become more opinionated and automatically hook up things like pre-commit Closes #689
The work queue we use for the crawler isn't specific to OpenWPM and can be useful to other projects. Also by pulling it out we have an easier time testing...
The following things need to be done: - [ ] Document the navigation instrument - [ ] Document the callstack instrument - [ ] Document the DNS instrument - [...
The package is unmaintained and breaks with Node v15 (which we'll skip but still)
This markdown files should contain a brief explanation for each of the other files functions/meanings.
We want to make it easy for users to customize OpenWPM to their needs, so we should provide guidance on how to do it most effectively. All of these tutorials...
Currently we're just throwing a bunch of tuples through the status queue which isn't very useful for arguing about what different events might be sent. Looking at this code: https://github.com/mozilla/OpenWPM/blob/c2a700448f31882bf75530eca98f536321b622e8/automation/TaskManager.py#L488-L519...
[Structlog](https://www.structlog.org/en/stable/why.html) is a structured logging provider. This means instead of taking a string and formatting it to a log message as soon as it enters the system the message and...