2017 © Pedro Pelรกez
 

vqmod-plugin oc_sentry

Implementation Sentry for Opencart 2.3.x

image

burdapraha/oc_sentry

Implementation Sentry for Opencart 2.3.x

  • Monday, August 14, 2017
  • by landsman
  • Repository
  • 1 Watchers
  • 4 Stars
  • 337 Installations
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

logo, (*1)

Sentry for ๐Ÿ›’ OpenCart 2.3.x

"Sentry is a cross-platform ๐Ÿ’ฅ crash reporting and aggregation platform". For more information see official Sentry repository, (*2)

Installation

  1. Requiring installed vQmod because vQmod doesn't support installing via composer itself.
  2. ๐Ÿ’ฒ composer require sasedev/composer-plugin-filecopier for files manipulating
  3. ๐Ÿ’ฒ composer require burdapraha/oc_sentry dev-master
  4. Add this code to your ๐ŸŽต composer.json project file, extra section:
    "extra": {
        "filescopier": [
            {
                "source": "vendor/burdapraha/oc_sentry/upload",
                "destination": "upload",
                "debug": "true"
            },
            {
                "source": "vendor/burdapraha/oc_version_number/upload",
                "destination": "upload",
                "debug": "true"
            }            
        ]
    }    

It will move vQmod xml file to correct folder., (*3)

  1. 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
  1. optionally you can add row to your .gitignore file with path to sentry.xml (example: upload/vqmod/xml/sentry.xml)
  2. celebrate! ๐ŸŽ‰ ๐ŸŽ‰ ๐ŸŽ‰

The Versions

14/08 2017

dev-master

9999999-dev http://burda.cz/cs/kariera/volna-mista

Implementation Sentry for Opencart 2.3.x

  Sources   Download

MIT

The Requires

 

logger sentry debugger opencart sentry-php

14/08 2017

1.0.2

1.0.2.0 http://burda.cz/cs/kariera/volna-mista

Implementation Sentry for Opencart 2.3.x

  Sources   Download

MIT

The Requires

 

logger sentry debugger opencart sentry-php

01/08 2017

dev-development

dev-development http://burda.cz/cs/kariera/volna-mista

Implementation Sentry for Opencart 2.3.x

  Sources   Download

MIT

The Requires

 

logger sentry debugger opencart sentry-php

21/06 2017

1.0.1

1.0.1.0 http://burda.cz/cs/kariera/volna-mista

Implementation Sentry for Opencart 2.3.x

  Sources   Download

MIT

The Requires

 

logger sentry debugger opencart sentry-php