Awesome
Installation
- Install this module via composer:
composer require oxid-professional-services/sentry
- Activate Module in Backend
- Add your DSN to
PHP-API Url
(in module settings)
- you can find your DSN in your sentry-Dashboard here:
- Select project
- Open the settings-tab (e.g. for PS developers https://sentry-ps.oxid-esales.com/settings/sentry/<project-name>/)
- Click on 'Client Keys (DSN)' (on the sidebar) (e.g. https://sentry-ps.oxid-esales.com/settings/sentry/<project-name>/keys/)
- Copy the key from the DSN field (not the deprecated one)
- Set your Environment Name (ProTip: do this via modules-config during the deployment)
- Enjoy your error alerts, happy bugfixing!