Download the PHP package burdapraha/oc_sentry without Composer
On this page you can find all versions of the php package burdapraha/oc_sentry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download burdapraha/oc_sentry
More information about burdapraha/oc_sentry
Files in burdapraha/oc_sentry
Download burdapraha/oc_sentry
More information about burdapraha/oc_sentry
Files in burdapraha/oc_sentry
Vendor burdapraha
Package oc_sentry
Short Description Implementation Sentry for Opencart 2.3.x
License MIT
Homepage http://burda.cz/cs/kariera/volna-mista
Package oc_sentry
Short Description Implementation Sentry for Opencart 2.3.x
License MIT
Homepage http://burda.cz/cs/kariera/volna-mista
Please rate this library. Is it a good library?
Informations about the package oc_sentry
Sentry for 🛒 OpenCart 2.3.x
"Sentry is a cross-platform 💥 crash reporting and aggregation platform". For more information see official Sentry repository
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
- 💲
composer require sasedev/composer-plugin-filecopier
for files manipulating - 💲
composer require burdapraha/oc_sentry dev-master
- Add this code to your 🎵 composer.json project file, extra section:
It will move vQmod xml file to correct folder.
- add 🔑 constants to your
config.php
and/admin/config.php
:
define('SENTRY_PHP', 'FILL_YOUR_ACCESS_PHP');
define('SENTRY_JS', 'FILL_YOUR_ACCESS_JS');
define('SENTRY_JS_LIB', ''); // here constant is optional, if you want use self-hosted raven-js library
- optionally you can add row to your
.gitignore
file with path to sentry.xml (example: upload/vqmod/xml/sentry.xml) - celebrate! 🎉 🎉 🎉
All versions of oc_sentry with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
sasedev/composer-plugin-filecopier Version ^1.1
sentry/sentry Version ^1.7
burdapraha/oc_version_number Version ^1.0
sasedev/composer-plugin-filecopier Version ^1.1
sentry/sentry Version ^1.7
burdapraha/oc_version_number Version ^1.0
The package burdapraha/oc_sentry contains the following files
Loading the files please wait ....