Skip to content

Commit 12f3bf6

Browse files
committed
Add Magento support label
1 parent a5ac47e commit 12f3bf6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Magento 2 Sentry Logger
22
[![Latest Version on Packagist](https://img.shields.io/packagist/v/justbetter/magento2-sentry.svg?style=flat-square)](https://packagist.org/packages/justbetter/magento2-sentry)
33
[![Total Downloads](https://img.shields.io/packagist/dt/justbetter/magento2-sentry.svg?style=flat-square)](https://packagist.org/packages/justbetter/magento2-sentry)
4+
![Magento Support](https://img.shields.io/badge/magento-2.4-orange.svg?logo=magento&longCache=true&style=flat-square)
45
[![PHPStan passing](https://img.shields.io/github/actions/workflow/status/justbetter/magento2-sentry/analyse.yml?label=PHPStan&style=flat-square)](https://github.com/justbetter/magento2-sentry/actions/workflows/analyse.yml)
56

67
This Magento 2 module integrates the [Sentry sdk](https://github.com/getsentry/sentry-php) into magento 2. Depending on the log level configured in the backend of magento 2, notifications and errors can be send to sentry.
@@ -90,7 +91,7 @@ public function execute(\Magento\Framework\Event\Observer $observer)
9091
Example: https://github.com/justbetter/magento2-sentry-filter-events
9192

9293
## Compatibility
93-
The module is tested on Magento version 2.4.x with sentry sdk version 3.x. Magento 2.1.x is not supported by us anymore, feel free to fork this project or make a pull request.
94+
The module is tested on Magento version 2.4.x with sentry sdk version 3.x. feel free to fork this project or make a pull request.
9495

9596
## Ideas, bugs or suggestions?
9697
Please create a [issue](https://github.com/justbetter/magento2-sentry/issues) or a [pull request](https://github.com/justbetter/magento2-sentry/pulls).

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
}
2020
},
2121
"authors": [
22+
{
23+
"name": "Indy Koning",
24+
"email": "indy@justbetter.nl",
25+
"homepage": "https://justbetter.nl",
26+
"role": "Developer"
27+
},
2228
{
2329
"name": "Rakhal Imming",
2430
"email": "rakhal@justbetter.nl",

0 commit comments

Comments
 (0)