BugbanAll integrations

One SDK for every part of your stack

Bugban follows the Bugsnag model: a framework-agnostic core and a thin adapter for each framework, so the install is one package and the setup is one key. Pick your stack — each page has the exact install steps, what the adapter attaches to, and the problems people actually run into.

PHP

PHP 7.0 through 8.4, with Composer or without it. The adapters plug into each framework's own exception handler, because every framework replaces the global one — and into its query layer for slow-SQL capture with EXPLAIN.

JavaScript on the server

Node.js and its frameworks. Per-request isolation with AsyncLocalStorage, so user and context never leak between concurrent requests, and driver-level hooks for Prisma, TypeORM, Knex, pg and MongoDB.

JavaScript in the browser

Render errors, window errors and rejected promises, a masked DOM snapshot of what the user saw, and Core Web Vitals from real sessions. Next.js covers both sides from one package.

Mobile

Crashes that never reach a server log. An offline queue on the device, a real masked screenshot, and app start, screen load and jank metrics measured without draining the battery.

Your framework is not here? The core packages work anywhere: bugban/php-sdk for PHP, @bugban/js for any JavaScript runtime, and the bugban Dart package for any Dart target.