-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from indykoning/feature/magento-docs
Add magento docs
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,32 @@ All you need to do is set the `SENTRY_DSN` environment variable in your `.env` f | |
SENTRY_DSN=http://[email protected]:8000/1 | ||
``` | ||
|
||
## Magento 2 | ||
|
||
### Installation | ||
|
||
Magento 2 is supported via the following package, you can read more about it [here](https://github.com/justbetter/magento2-sentry) | ||
|
||
### Configuration | ||
|
||
Refer to the [Configuration section](https://github.com/justbetter/magento2-sentry#configuration). | ||
|
||
Either set | ||
|
||
```dotenv | ||
CONFIG__SENTRY__ENVIRONMENT__DSN=http://[email protected]:8000/1 | ||
``` | ||
|
||
or | ||
|
||
```php | ||
'sentry' => [ | ||
'dsn' => 'http://[email protected]:8000/1', | ||
... | ||
] | ||
``` | ||
in the `app/etc/env.php` | ||
|
||
## Other platforms | ||
|
||
To report to Buggregator you’ll need to use a language-specific SDK. The Sentry team builds and maintains these for most | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters