Skip to content

Commit 9190f86

Browse files
committed
Merge branch 'master' of github.com:magento-hackathon/LoggerSentry
2 parents a31309c + f08e671 commit 9190f86

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22

33
The purpose of this project is to log the magento error and exception messages to sentry, too. This extension is an extension of the [Firegento Logger module](https://github.com/firegento/firegento-logger), so you need the Logger module to use the Sentry logger.
44

5-
## Usage
6-
7-
Install the module and configure it in the backend: `System > Configuration > Advanced > FireGento Logger > Sentry Logger`
5+
# Installation
6+
## Installing Without Composer
7+
If you're not using composer to manage non-magento 3rd party packages, then you can install simply by:
8+
1. Pull down the code somewhere (`git clone [email protected]:magento-hackathon/LoggerSentry.git`)
9+
2. Copy over all files associatively.
10+
3. Configure the module (see below).
11+
12+
## Installtion With Composer
13+
For those of you that want to keep 3rd party packages out of your repo, here are your instructions:
14+
1. Add `"sentry/sentry": "^1.6.0"` to your `composer.json` in the `require` section.
15+
2. Run `composer update` to update libraries.
16+
3. Pull down the code somewhere (`git clone [email protected]:magento-hackathon/LoggerSentry.git`)
17+
4. Copy over all files associatively.
18+
5. Delete `lib/` from the LoggerSentry folder (or wherever you just pulled down the code)
19+
6. Configure the module (see below).
20+
21+
## Configuration
22+
23+
After you install the module you can configure it in the backend at: `System > Configuration > Advanced > FireGento Logger > Sentry Logger`
824

925
## Further Information
1026

0 commit comments

Comments
 (0)