Construct 3 Addon

Error tracking for Construct 3 Games

A lightweight JavaScript addon for any Construct 3 project. Crash reports, player feedback, and session data — all in one dashboard.

Sign up for free

Up and running in minutes

Install the Bugnet addon, then use Event Sheets or JavaScript scripting.

main.js
// 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!

Everything you need, nothing you don't

Simple JS Addon

Drop the addon into your Construct 3 project. Works with event sheets and scripting mode alike.

Automatic Crash Reports

Runtime errors with Construct version, layout name, and browser info captured automatically.

Screenshot Capture

Canvas-aware screenshot capture works with WebGL and WebGPU renderers out of the box.

Session Replay

Replay the last 30 seconds before a crash. See exactly what the player experienced.

Event Sheet Friendly

Use actions and conditions in the event sheet, or call the JavaScript API directly from scripts.

Cross-Platform Export

HTML5, Android, iOS, Windows, and more. One addon works across every Construct 3 export target.

Three steps to fewer bugs

1

Install the addon

Download the Bugnet addon and import it into your Construct 3 project. Add your API key and you're live in under a minute.

2

Players report bugs

Players submit bug reports directly from your game. Screenshots, device info, and session data are captured automatically.

3

You fix and ship

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.”

SB
Sam Bell
Solo Dev, Echoes of the Rift
340+Studios
1.2M+Bug reports
38%Less churn

Start tracking errors in your Construct 3 game

Join hundreds of indie studios using Bugnet to turn bug reports into player loyalty.