Integrations

Set up Bugsly in your framework in under 5 minutes. Choose your stack below and follow the step-by-step guide.

R

React

Catch and debug errors in your React components with automatic component tree tracking, error boundaries, and real-time AI analysis.

npm install @bugsly/react @bugsly/browser
Setup guide
N

Next.js

Full-stack error tracking for Next.js with App Router support, server action monitoring, and automatic instrumentation for both client and server.

npx @bugsly/wizard@latest -i nextjs
Setup guide
JS

Node.js

Monitor errors and performance in any Node.js application with automatic async context tracking, unhandled rejection capture, and process-level monitoring.

npm install @bugsly/node
Setup guide
Py

Python

Track Python errors with automatic exception capture, breadcrumbs, and AI analysis. Sentry SDK-compatible.

pip install sentry-sdk
Setup guide
Dj

Django

Full Django integration with automatic middleware setup, ORM query tracking, template error capture, and Celery task monitoring.

pip install sentry-sdk[django]
Setup guide
FA

FastAPI

Monitor FastAPI applications with automatic request tracing, Pydantic validation error capture, and async endpoint performance monitoring.

pip install sentry-sdk[fastapi]
Setup guide
RoR

Ruby on Rails

Error tracking for Rails applications with automatic controller instrumentation, ActiveRecord query monitoring, and background job error capture.

gem install sentry-ruby sentry-rails
Setup guide
Ex

Express

Monitor Express.js applications with automatic request handling, middleware error capture, and route-level performance tracing.

npm install @bugsly/node @bugsly/profiling-node
Setup guide
TS

TypeScript

Type-safe error tracking for any TypeScript project with full type definitions, source map support, and intelligent error grouping.

npm install @bugsly/browser @bugsly/types
Setup guide