Skip to content

ajcrowe/sentry-gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17385bb · Aug 17, 2016

History

24 Commits
Mar 31, 2015
Aug 4, 2016
Nov 28, 2013
Mar 31, 2015
Mar 31, 2015
Mar 31, 2015
Mar 31, 2015
Aug 17, 2016

Repository files navigation

Sentry Gitlab

A plugin for Sentry which allow you to create issues in your GitLab repositories from Sentry errors.

This module used the sentry-github module as a basis for it structure.

Install

Install the package via pip

pip install sentry-gitlab

Or you can clone to repository to your sentry install.

git clone https://github.com/pancentric/sentry-gitlab.git

Then run the setup script to install the plugin and it's dependencies.

python setup.py install

Restart Sentry and you should see a new plugin under manage integrations for your projects.

Configure

Once enabled you can configure your settings for the project. You can also include default tags you wish to apply to issues created.

settings

I would recommend you create a specific user for Sentry to use with only Reporter priviledges to your projects.

Bugs & Issues

If you find something that doesn't work please create an issue or even better fix it and submit a pull request!

Dependencies