Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 5
  • Kirby 4

  • Submit a plugin
  • getkirby.com
  • Markus Denhoff Markus Denhoff

    Sentry

    Sentry real-time crash reporting for Kirby CMS sites

    Docs Source

    Manual

    Download and extract the folder to site/plugins/sentry

    Composer

    Git Submodule

    Version
    3.2.1
    License
    MIT
    Stars
    18
    Supports
    K5 K4 K3
    Created
    24 Jun 2016
    Updated
    3 Jun 2025

    Info

    Topics
    • Analytics
    • Debugging
    • Logging
    • Devtools
    Implements
    • Hook(s)
    Support
    • Docs
    • Issues
    • Email
    Latest releases
    • 3.2.1
    • 3.2.0
    • 3.1.0
    • 3.0.0
    • 2.0.5

    Similar plugins

    • Kirbylog Zero-dependency global kirbylog() helper for any content K5 K4 K3
    • Ray Helper tool that enables ray (https://myray.app/) on all extendable methods. K5 K4 K3
    • Plausible Simple plugin providing plausible iframe panel view to kirby panel and simple frontend snippet. K5 K4 K3

    More by Markus Denhoff

    More
    • Clear Cloudflare Cache Automatically purge Cloudflare cached URLs K4 K3
    • class MigrationTest extends Migration
      {
          public function up()
          {
              $result = Db::query(
                  'ALTER TABLE `my_table`
                  ADD COLUMN `test` INT DEFAULT NULL;
              ');
      
              if (!$result) throw Db::lastError();
          }
      }
      Migrations Migrations management (eg. for Databases) K5 K4 K3
    • OAuth 2.0 Interface to use OAuth 2.0 providers for user authentication K5 K4 K3