Beta

Error monitoring for
djust applications

Track errors, monitor performance, and analyze traffic across your djust projects. Get instant alerts when things go wrong, with full stack traces and request context.

or sign up with email

Error Tracking

Automatic error capture with full stack traces, request context, and intelligent grouping. Never miss a production error again.

Performance Monitoring

Track response times, P95 latency, database query counts, and djust LiveView render performance across all your routes.

Traffic Analytics

See top routes, status code breakdowns, unique visitors, and traffic trends. Understand how your application is being used.

Get started in 60 seconds

# Install the client SDK
pip install djust-monitor

# settings.py
INSTALLED_APPS += ["djust_monitor"]
MIDDLEWARE += ["djust_monitor.django.DjustMonitorMiddleware"]
DJUST_MONITOR_DSN = "your-dsn-here"