oxid-professional-services / sentry
sentry integration for OXID
Installs: 91
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 16
Forks: 1
Open Issues: 3
Type:oxideshop-module
Requires
- sentry/sdk: 2.0.*
This package is auto-updated.
Last update: 2024-10-29 06:18:26 UTC
README
- 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//)
- Click on 'Client Keys (DSN)' (on the sidebar) (e.g. https://sentry-ps.oxid-esales.com/settings/sentry//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!