studioartcz/sl_sentry

There is no license information available for the latest version (dev-master) of this package.

Sentry.io for Sunlight CMS

dev-master 2017-10-04 16:03 UTC

This package is not auto-updated.

Last update: 2024-04-17 20:50:27 UTC


README

error handler for deprecated cms

Install

  1. add this to your composer.json, extra section:

    {
        "source": "vendor/studioartcz/sentry/plugins",
        "destination": "plugins",
        "debug": "true"
    }
    
  2. type: composer require studioartcz/sl_sentry dev-master

  3. add ignored files (.gitignore):

    # composer plugins
    plugins/extend/composer
    plugins/extend/sentry
    plugins/common/sentry
    
  4. done