Plugins Directory » Redmine Sentry Client
Author: | Johannes Przymusinski | |
---|---|---|
Website: | https://github.com/jop-software/redmine_sentry_client | |
Code repository: | https://github.com/jop-software/redmine_sentry_client | |
Registered on: | 2022-01-02 (about 3 years ago) | |
Current version: | 2.1.1 | |
Compatible with: | Redmine 5.1.x, 5.0.x | |
User ratings: |
This plugin will report all exceptions thrown in your redmine installation to a defined Sentry-Server.
Supported are both the cloud version and on-premise sentry installations.
Installation notes
You can follow the default way to install redmine plugins.
- Download the plugin sources. Either from the Plugins Directory or the Git Repository
- unpack the downloaded archive into your <redmine-installation>/plugins directory.
- Install dependencies with bundle install.
- Restart redmine.
Changelog
2.1.1 (2022-08-24)
Compatible with Redmine 5.1.x, 5.0.x.
- De-/Activate the integration with a environment variable
- code cleanup
2.0.0 (2022-08-22)
Compatible with Redmine 5.1.x, 5.0.x.
Breaking Changes¶
- Dropped Support for Redmine 4
What's Changed¶
- feat: lint ruby code in workflow by @cngJo in https://github.com/jop-software/redmine_sentry_client/pull/14
- Redmine 5 compatability by @cngJo in https://github.com/jop-software/redmine_sentry_client/pull/17
Full Changelog: https://github.com/jop-software/redmine_sentry_client/compare/v1.0.0...v2.0.0
1.0.0 (2022-01-02)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.