Skip to content

It forwards Sentry webhooks to the Basecamp campfire bot

Notifications You must be signed in to change notification settings

fandsdev/sentry2basecamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About project

This project needs for forwarding sentry webhooks (alerts, events etc.) to Basecamp Campfire chat.

It may be helpfull when you need to notify all your team or business clients which are not Sentry subscribers.

Installing on a local machine

This project requires python 3.10. Deps are managed by pip-tools

Install requirements:

$ pip install --upgrade pip pip-tools
$ pip-sync requirements.txt

Run the server:

$ cp src/.env.example src/.env  # default environment variables
$ uvicorn src.main:app

Testing:

# run lint
$ make lint

# run unit tests
$ make test

About

It forwards Sentry webhooks to the Basecamp campfire bot

Resources

Stars

Watchers

Forks

Releases

No releases published