Plugin for Sentry which integrates with WeChat Work.
Project description
Sentry WeChat Work
Plugin for Sentry which allows sending notification and SSO Login via WeChat Work.
Installation
Prepare
- Install the plugin:
- onpremise: put
sentry-wxworktorequirements.txt - manual:
pip install sentry-wxwork
- onpremise: put
- 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')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sentry_wxwork-1.1.0.tar.gz.
File metadata
- Download URL: sentry_wxwork-1.1.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f924bc91f1e9feab4704e84265a79475275fbac5910c14b2e0b0523422b2cf
|
|
| MD5 |
f608fd2362b5fe190799d3328c2b476d
|
|
| BLAKE2b-256 |
02ec722a6f030354b0168109d5eee328ec0cb50fb610aed411e5a5a455a18269
|
File details
Details for the file sentry_wxwork-1.1.0-py3-none-any.whl.
File metadata
- Download URL: sentry_wxwork-1.1.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9a2830472e9f97ebd6714ccd8485f990416c66b9f8dd11292d4c70f4d515918f
|
|
| MD5 |
2299ce531daa668c2e74bcf4b52b22e5
|
|
| BLAKE2b-256 |
cb3de7c96e6ed3884cc94095024b96bdb15b043d8e82dde5cec9618fb8168ef8
|