Metadata-Version: 2.1
Name: sentry-googlechat
Version: 10.0.0
Summary: A Sentry plugin which posts notifications to Google Chat (https://gsuite.google.com/products/chat/).
Home-page: https://github.com/jweslley/sentry-googlechat
Author: Jonhnny Weslley
Author-email: jw@jonhnnyweslley.net
License: MIT
Description: # Sentry plugin for Google Chat
        
        A Sentry plugin which posts notifications to [Google Chat](https://gsuite.google.com/products/chat/).
        
        
        ## How will it look like
        
        <img src="https://raw.githubusercontent.com/jweslley/sentry-googlechat/master/notification.png" width="500">
        
        
        ## Requirements
        
        * Sentry 10.0.0 or newer
        
        
        ## Installation
        
        **Now Available on PyPi!** [sentry-googlechat](https://pypi.org/project/sentry-googlechat/)
        
        In your `requirements.txt` file, add the below package name to install the Google Chat Plugin.
        
        ```
        sentry-googlechat
        ```
        
        Restart your Sentry instance.
        
        
        ## Configuration
        
        Go to your Sentry web interface and open ``Settings`` page of one of your projects. Locate the Integrations management screen and click 'Configure Plugin' below the 'Google Chat' item.
        
        <img src="https://raw.githubusercontent.com/jweslley/sentry-googlechat/master/configuration.png" width="500">
        
        Create a new Incoming Webhook in Google Chat and paste the URL into the Webhook URL field, then click 'Save Changes'.
        There are some other optional configuration options at the moment, but the WebHook URL is the only required field.
        
        When ready, click 'Test Plugin' to generate an exception and send a message to your chosen WebHook URL.
        
        
        ## Bugs and Feedback
        
        If you discover any bugs or have some idea, feel free to create an issue on GitHub:
        
        http://github.com/jweslley/sentry-googlechat/issues
        
        
        ## Support
        
        If you use this or use any of my tools/code, please consider buying me a coffee. Every coffee that you buy, it will be used to develop new free cool stuff ;)
        
        https://www.buymeacoffee.com/jweslley
        
        
        ## License
        
        MIT License. Copyright (c) 2020 [Jonhnny Weslley](<https://www.jonhnnyweslley.net>)
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Monitoring
Description-Content-Type: text/markdown
