TomoyukiHata Temporary debugging solution with tabs.create(). addEventListener("error", async (event) => { await chrome.tabs.create({ url: `data:,${encodeURIComponent(event.message)}`, }); });
Thorvarium hey @Vlad, is it possible to inspect from OSX? Or there is no way to see inspector mobile nor from usb cable? Thanks
dino Thorvarium for now web inspector is not available for Orion, but we will see how Safari provides inspector feature when connected to USB. However you can use Orion's internal Debug Logs if that helps. Enable Debug Log under Settings and then open debug controller by ... -> Debug Log
Thorvarium Hi @Vlad, how can I join testflight for orion? How long till the next release? Thanks for working on this feature!
Thorvarium Also, by the way... I've never received e-mail notification that someone mentioned me here back in April š Just checked my settings and I am supposed to receive the e-mail notification, maybe this is broken? thx
luceos I've restarted the background workers sending the notifications. Let me know if that resolves the issue for you Thorvarium Vlad
mountainash Just an update for those still looking for it. The enable setting is now under āHelp & Aboutā.
mountainash But now that Iāve looked at the debug logs. I donāt see JavaScript errors warnings or info. It seems more like browser running logs, not logs from the website code running within the browser. So to me; this request is still an open issue.