A lightweight JavaScript addon for any Construct 3 project. Crash reports, player feedback, and session data — all in one dashboard.
Sign up for freeInstall the Bugnet addon, then use Event Sheets or JavaScript scripting.
// In your Construct 3 project script (main.js) runOnStartup(async runtime => { runtime.addEventListener("beforeprojectstart", () => { const bugnet = runtime.objects.Bugnet.getFirstInstance(); // Initialize the SDK bugnet.initialize("YOUR_API_KEY", "https://api.bugnet.io", "1.0.0"); }); }); // Report a bug bugnet.reportBug("Player fell through floor", "Description", "gameplay", "high"); // Show the built-in report widget bugnet.showWidget(); // Errors are captured automatically!
Drop the addon into your Construct 3 project. Works with event sheets and scripting mode alike.
Runtime errors with Construct version, layout name, and browser info captured automatically.
Canvas-aware screenshot capture works with WebGL and WebGPU renderers out of the box.
Replay the last 30 seconds before a crash. See exactly what the player experienced.
Use actions and conditions in the event sheet, or call the JavaScript API directly from scripts.
HTML5, Android, iOS, Windows, and more. One addon works across every Construct 3 export target.
Download the Bugnet addon and import it into your Construct 3 project. Add your API key and you're live in under a minute.
Players submit bug reports directly from your game. Screenshots, device info, and session data are captured automatically.
Triage reports in your Bugnet dashboard, assign priorities, and notify players when their bugs are fixed.
“As a solo dev, players were leaving faster than I could read Discord. Bugnet showed me exactly which bugs were causing the most churn. I fixed the top three and my retention rate doubled in two weeks.”
Join hundreds of indie studios using Bugnet to turn bug reports into player loyalty.