Open
Description
@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:
- Runtime events
executionContextCreated
andexecutionContextDestroyed
. The Runtime.consoleAPICalled is currently missing. - Log events are currently being processed.
Suggestions:
- add
Runtime.consoleAPICalled
events toconsole_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?
Metadata
Metadata
Assignees
Labels
No labels