Skip to content

BurdaPraha/oc_sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Sentry for 🛒 OpenCart 2.3.x

"Sentry is a cross-platform 💥 crash reporting and aggregation platform". For more information see official Sentry repository

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.

  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! 🎉 🎉 🎉
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy