https://github.com/studioartcz/sl_sentry
Sentry for SunLight CMS
https://github.com/studioartcz/sl_sentry
czech-republic sentry-plugin sunlightcms
Last synced: 8 months ago
JSON representation
Sentry for SunLight CMS
- Host: GitHub
- URL: https://github.com/studioartcz/sl_sentry
- Owner: studioartcz
- License: mit
- Archived: true
- Created: 2017-10-04T14:52:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T16:03:47.000Z (over 8 years ago)
- Last Synced: 2025-03-17T20:16:01.746Z (12 months ago)
- Topics: czech-republic, sentry-plugin, sunlightcms
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sentry.io for Sunlight CMS 7.5.x
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
```
3. done