Pipe logs from the virtual interface to the extension through the whist tag #7196
Labels
devOps
Improving or adding new tests & CI capabilities
feature
New feature or request
priority-2-urgent
#2 Priority - We need to fix this bug ASAP
📁 Repo: hybrid
This PR/Issue modifies /hybrid code
Feature Description
Currently protocol logs only exist in the virtual interface and it's really hard to send them to logz.io because we'd need to write our own http request in C++. I tried our old C http request function but it wasn't working, and also tried importing Chromium's http request functions but those are meant for use in the browser process and the virtual interface lives in the renderer process.
A much cleaner implementation is to
The text was updated successfully, but these errors were encountered: