This redmine plugin allows you to specify a sentry dsn, to report errors.
The plugin is tested with redmine version 5.0
Plugin Version | Redmine Version |
---|---|
1.x | 4.x |
2.x | 5.x |
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.
Please provide you'r sentry dsn in the plugin configuration.
Keep in mind to restart redmine after adding the DSN, because the sentry client only gets registerd if this configuration is provided
You also can configure some parts with environment variables:
Environment variable | Description | Default |
---|---|---|
SENTRY_ACTIVE | Toogle weather the sentry integration should be active or not. | true |
In the configuration of the plugin is a button to trigger a test error.
Alternatively you can visit the /sentry
route to trigger the same behaviour
See LICENSE file for more information
© 2021-2022 jop-software Inh. Johannes Przymusinski