library sl_sentry
Sentry.io for Sunlight CMS
studioartcz/sl_sentry
Sentry.io for Sunlight CMS
- Wednesday, October 4, 2017
- by landsman
- Repository
- 1 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Sentry.io for Sunlight CMS 7.5.x
error handler for deprecated cms, (*1)
Install
-
add this to your composer.json, extra section:, (*2)
{
"source": "vendor/studioartcz/sentry/plugins",
"destination": "plugins",
"debug": "true"
}
-
type: composer require studioartcz/sl_sentry dev-master, (*3)
-
add ignored files (.gitignore):, (*4)
# composer plugins
plugins/extend/composer
plugins/extend/sentry
plugins/common/sentry
-
done, (*5)