Microsoft Teams Integration for Sentry Error Tracking Software.
Based off the Sentry Plugins written by the Sentry Team. Thanks for the excellent tool guys!
Now Available on PyPi! sentry-msteams
In your requirements.txt
file, add the below package name to install the MS Teams Plugin.
sentry-msteams
For local development you can install using the below command:
pip install https://github.com/Neko-Design/sentry-msteams/archive/master.zip
Sentry 9 introduced some additional dependencies on specific versions of Redis which appear to cause issues installing plugins.
To work around this issue, you can add the below line to the top of your requirements.txt
file.
redis-py-cluster==1.3.4
In your project, locate the Integrations management screen and click 'Configure Plugin' below the 'Microsoft Teams' item.
There is only one configuration option at the moment, the WebHook URL to send messages to. Create a new Incoming Webhook in Microsoft Teams and paste the URL into the configuration screen, then click 'Save Changes'.
When ready, click 'Test Plugin' to generate an exception and send a message to your chosen WebHook URL.