Sentry fundamentally is a service that helps you monitor and fix crashes in realtime. The server is in Python, but it contains a full API for sending events from any language, in any application.
- Documentation
- Community (Bugs, feature requests, general questions)
- Contributing
- Bug Tracker
- Code
- IRC (irc.freenode.net, #sentry)
- Transifex (Translate Sentry!)
- python2.7
- nodejs
-
Install node and npm via nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash nvm install 8.15.1 npm install -g yarn yarn install --pure-lockfile
-
Install python packages
pip install -r requirements-base.txt
-
Install sentry
pip install .
-
Build
python setup.py sdist bdist_wheel