Debug JavaScript Errors in Chrome Dev Tools with Webcontainers - 30 USD for one issue --

Job ID: 38916608

Budget: $10 – $30 USD

I'm experiencing a variety of JavaScript errors in the Console tab of Chrome Dev Tools. The errors range from syntax errors, runtime errors to promise rejections. These issues are impacting the performance of my project on GitHub.

I have a web application that dynamically creates and manages multiple isolated execution environments using Webcontainers. Each Webcontainer runs within its own sandboxed context, often implemented using iframes, and executes independent code. These Webcontainers can generate a variety of errors and log messages, which are displayed in the browser's developer console.

My challenge is to capture all of these errors and log messages originating from the Webcontainers, and then to present them in my main application's user interface, in a dedicated "Event Logs" section. The goal is to achieve near-perfect capture of these errors and logs, including different log levels (info, warnings, errors) and various error types (such as JavaScript exceptions, resource loading failures, and React-specific issues), even when those errors happen during early initialization, before the main application loads.

Furthermore, it is vital to identify which Webcontainer produced each log and error, so that I can understand the context of the issue. There are significant complexities due to the isolated nature of Webcontainers, particularly as they are running in iframes, preventing direct access to their internal console logs from the main application.

The budget for fixing this one issue is 30 USD.
Related categories: JavaScript Debugging Node.js