Skip to content

jop-software/redmine_sentry_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Sentry Client

Report internal redmine errors to sentry

GitHub license Redmine Version

Introduction

This redmine plugin allows you to specify a sentry dsn, to report errors.
The plugin is tested with redmine version 5.0

Redmine Versions

Plugin Version Redmine Version
1.x 4.x
2.x 5.x

Installation

You can follow the default way to install redmine plugins.

  1. Download the plugin sources. Either from the Plugins Directory or the Git Repository
  2. unpack the downloaded archive into your <redmine-installation>/plugins directory.
  3. Install dependencies with bundle install.
  4. Restart redmine.

Configuration

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

Test

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

License

See LICENSE file for more information

© 2021-2022 jop-software Inh. Johannes Przymusinski