@JannisBush raised an idea to run privacy analysis based on the browser audits and console logs.
We are trying to check if the data is available in console_log and audit_issues in payload.
Console Domain has been deprecated, we used messageAdded event.
The uptodate data will be available in Log and Runtime domains:
Suggestions:
- add
Runtime.consoleAPICalled events to console_log
- deprecate
Console events
Analysts then will be able to use it with custom_metrics or directly with SQL.
@pmeenan does this make sense? Do you have any concerns?