BACK TO DIRECTORY

DevPulse

by sekolahcode

0.0
(0 ratings)

DevPulse is a self-hosted error tracking and performance monitoring plugin for WordPress, similar to Sentry but free and running on your own server.

Features:

  • Captures PHP errors, warnings, notices, and fatal errors
  • Captures unhandled exceptions automatically
  • Frontend Core Web Vitals (LCP, INP, CLS, TTFB, page load) — real-user Lighthouse metrics
  • Lightweight — the backend handler has zero JS footprint; the vitals bundle is ~4 KB deferred
  • Configurable via the WordPress admin or wp-config.php constants
  • Works with any self-hosted DevPulse server

Privacy: All error data is sent to your own server. Nothing leaves your infrastructure.

Configuration

You can configure the plugin via Settings DevPulse in the WordPress admin, or by defining constants in wp-config.php:

define( 'DEVPULSE_DSN',     'http://your-server:8000/api/ingest/YOUR_API_KEY' );
define( 'DEVPULSE_ENV',     'production' );
define( 'DEVPULSE_ENABLED', true );

Constants take precedence over admin settings.

Running the DevPulse server:

docker compose up -d

See the DevPulse GitHub repository for full server setup instructions.

Plugin Details

Active Installs
0
Total Downloads
114
Version
2.0.2
Requires WP
6.3
Requires PHP
7.4
Tested Up To
6.9.7
Added
2026-08-21
Last Updated
2026-08-21 1:11am GMT

Ratings

5
0
4
0
3
0
2
0
1
0