Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
landsman committed Jun 21, 2017
1 parent 38b7cf8 commit 76c7ed2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
</a>
</p>

# Sentry for [OpenCart 2.3.x](https://github.com/opencart/opencart)
# Sentry for πŸ›’ [OpenCart 2.3.x](https://github.com/opencart/opencart)

> "Sentry is a cross-platform crash reporting and aggregation platform".
For more information see official [Tracy repository](https://github.com/getsentry/sentry-php)
> "Sentry is a cross-platform πŸ’₯ crash reporting and aggregation platform".
For more information see official [Sentry repository](https://github.com/getsentry/sentry-php)

## Installation

1. Requiring installed [vQmod](https://github.com/vqmod/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:
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": {
Expand All @@ -30,10 +30,10 @@ For more information see official [Tracy repository](https://github.com/getsentr

It will move vQmod xml file to correct folder.

5. add constants to your `config.php` and `/admin/config.php`:
5. add πŸ”‘ constants to your `config.php` and `/admin/config.php`:

- `define('SENTRY_PHP', 'FILL_YOUR_ACCESS_PHP');`
- `define('SENTRY_JS', 'FILL_YOUR_ACCESS_JS');`

6. optionally you can add row to your `.gitignore` file with path to sentry.xml (example: upload/vqmod/xml/sentry.xml)
7. celebrate!
7. celebrate! πŸŽ‰ πŸŽ‰ πŸŽ‰

0 comments on commit 76c7ed2

Please sign in to comment.