All Projects → tsl0922 → sentry-wxwork

tsl0922 / sentry-wxwork

Licence: MIT license
Plugin for Sentry which allows sending notification and SSO Login via WeChat Work.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to sentry-wxwork

sentry-msteams
Microsoft Teams Integration for Sentry
Stars: ✭ 27 (-10%)
Mutual labels:  sentry, sentry-plugin
Wp Sentry
A (unofficial) WordPress plugin reporting PHP and JavaScript errors to Sentry.
Stars: ✭ 174 (+480%)
Mutual labels:  sentry
Sentry Mina
小程序 Sentry SDK
Stars: ✭ 124 (+313.33%)
Mutual labels:  sentry
Raven Weapp
Sentry SDK for WeApp
Stars: ✭ 142 (+373.33%)
Mutual labels:  sentry
Sentry Self Hosted
Self-host Sentry for $5 per month
Stars: ✭ 132 (+340%)
Mutual labels:  sentry
Redux Catch
Error catcher middleware for Redux reducers and sync middlewares
Stars: ✭ 150 (+400%)
Mutual labels:  sentry
Sentry Php
The official PHP SDK for Sentry (sentry.io)
Stars: ✭ 1,591 (+5203.33%)
Mutual labels:  sentry
Sentry Docker
my approach for dockerizing Sentry
Stars: ✭ 195 (+550%)
Mutual labels:  sentry
Sentry Telegram
Plugin for Sentry which allows sending notification via Telegram messenger.
Stars: ✭ 168 (+460%)
Mutual labels:  sentry
Hwamei
企业微信webhook,企业微信群机器人webhook,支持Github、Gitlab、Sentry等Webhook
Stars: ✭ 142 (+373.33%)
Mutual labels:  sentry
Bricks
A standard library for microservices.
Stars: ✭ 142 (+373.33%)
Mutual labels:  sentry
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (+356.67%)
Mutual labels:  sentry
Cfworker
A collection of packages optimized for Cloudflare Workers and service workers.
Stars: ✭ 152 (+406.67%)
Mutual labels:  sentry
Gatsby Starter Lumen
A constantly evolving and thoughtful architecture for creating static blogs.
Stars: ✭ 1,797 (+5890%)
Mutual labels:  sentry
Slashtrace
Awesome error handler. Demo: https://slashtrace.com/demo.php
Stars: ✭ 182 (+506.67%)
Mutual labels:  sentry
Nest Raven
Sentry Raven Module for Nest.js Framework
Stars: ✭ 123 (+310%)
Mutual labels:  sentry
Graphql Middleware Sentry
🗃 A GraphQL Middleware plugin for Sentry.
Stars: ✭ 141 (+370%)
Mutual labels:  sentry
Serverless Sentry Plugin
This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)
Stars: ✭ 146 (+386.67%)
Mutual labels:  sentry
Blog
若川的博客—学习源码整体架构系列8篇,前端面试高频源码,微信搜索「若川视野」关注我,长期交流学习~
Stars: ✭ 234 (+680%)
Mutual labels:  sentry
Terraform Provider Sentry
Terraform provider for Sentry
Stars: ✭ 183 (+510%)
Mutual labels:  sentry

Sentry WeChat Work pypi Downloads

Plugin for Sentry which allows sending notification and SSO Login via WeChat Work.

Installation

NOTE: sentry 20.x removed support for legacy plugins, so this plugin only works for sentry 9.x-10.x.

Prepare

  • Install the plugin:
    • onpremise: put sentry-wxwork to requirements.txt
    • manual: pip install sentry-wxwork
  • Obtain required config from WeChat Work admin console (Read Me).

Notification

On (Legacy) Integrations page, find WeChat Work, enable and configure it.

SSO Login

Add the following settings to your sentry.conf.py:

WXWORK_CORP_ID = ''
WXWORK_SECRET = ''
WXWORK_AGENT_ID = ''

or, if you prefer setting it via environment variables:

if 'WXWORK_CORP_ID' in os.environ:
    WXWORK_CORP_ID = env('WXWORK_CORP_ID')
    WXWORK_SECRET = env('WXWORK_SECRET')
    WXWORK_AGENT_ID = env('WXWORK_AGENT_ID')
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].