mygento / module-sentry
Magento 2 Sentry Logger
Installs: 71 121
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 103.*
- magento/module-config: 101.*
- nyholm/psr7: ^1.3.2
- sentry/sdk: ~3.0.0
Requires (Dev)
- mygento/coding-standard: ~2.14.0-RC4
This package is auto-updated.
Last update: 2025-01-28 08:34:02 UTC
README
This extension add the ability to send errors to Sentry with configurable log-level. No overrides or preferences in di.xml
Installation
Install the extension using Composer.
composer require mygento/module-sentry
Configuration
- Enable in store configuration (System -> Configuration -> Mygento extensions -> Sentry)
- Set your DSN
- Set environment
- Optionally set other options
Compability
The module is tested on magento version 2.4.x with Sentry SDK version 4.x