Skip to content
forked from getsentry/sentry

Base on 9.1.2, fix the errors while installing integrations(i.e., slack)

License

Notifications You must be signed in to change notification settings

CoyoteLeo/sentry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Sentry?

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.

Official Sentry SDKs

Resources

Build

Requirement

  • python2.7
  • nodejs

Step

  1. 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
  2. Install python packages

    pip install -r requirements-base.txt
  3. Install sentry

    pip install .
  4. Build

    python setup.py sdist bdist_wheel

About

Base on 9.1.2, fix the errors while installing integrations(i.e., slack)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.2%
  • JavaScript 8.7%
  • HTML 0.5%
  • Less 0.5%
  • Lua 0.1%
  • CSS 0.0%