# sentry-gitee **Repository Path**: lei2jun/sentry-gitee ## Basic Information - **Project Name**: sentry-gitee - **Description**: 用于在 Sentry 中直接创建 Issue 至 Gitee - **Primary Language**: Python - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2019-07-16 - **Last Updated**: 2022-04-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sentry Gitee ============= **DEPRECATED:** This project now lives in [sentry-plugins](https://github.com/getsentry/sentry-plugins) A plugin for Sentry which allow you to create issues in your Gitee repositories from Sentry errors. This module used the [sentry-github](https://github.com/getsentry/sentry-github) module as a basis for it structure. Install ------- Install the package via `pip` ``` pip install sentry-gitee ``` Or you can clone to repository to your sentry install. git clone https://gitee.com/lei2jun/sentry-gitee.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](https://gitee.com/lei2jun/sentry-gitee/raw/master/docs/images/settings.png) 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!