Developer-first error tracking and performance monitoring https://sentry.io/

Armin Ronacher 449b7b46cc Merge pull request #5349 from getsentry/feature/better-ios-grouping 7 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
.vscode 65b18ccbbc [vscode] basic workspace settings 7 лет назад
api-docs 40ae56e1d2 Replace remaining references to @getsentry.com with @sentry.io (#4550) 8 лет назад
bin ec86dc56a3 [quotas] add rate limits to project keys (#5405) 7 лет назад
config 542c3201e0 Bail in pre-commit hook if package.json w/o yarn.lock changes (#5296) 7 лет назад
docs a6204dd586 Add component template to docs. (#3930) 7 лет назад
examples 6f0531a9d3 Add basic OAuth2 provider (#4164) 8 лет назад
scripts dd0200e9f8 Fixes to Dockerfile.dev 8 лет назад
src 449b7b46cc Merge pull request #5349 from getsentry/feature/better-ios-grouping 7 лет назад
tests 449b7b46cc Merge pull request #5349 from getsentry/feature/better-ios-grouping 7 лет назад
.babelrc ec86dc56a3 [quotas] add rate limits to project keys (#5405) 7 лет назад
.coveragerc 11d3d096cf Move south migrations to compatibility path 8 лет назад
.dockerignore a53b1f0ae2 Add a Dockerfile for local dev environment 9 лет назад
.eslintignore 6829b6cf7a Improve unicode handling in JS sources 8 лет назад
.eslintrc c0009e6f9e Avoid conflict between eslint and prettier (#5287) 7 лет назад
.gitattributes ebf7126b29 Fix CHANGES gitattribute 8 лет назад
.gitignore b4fbfba4dd Adding 'discover' command to 'config' (#4974) 8 лет назад
.gitmodules 4e36ab552c Imported new docs for federation 9 лет назад
.isort.cfg c6594964cc Ensure imports are sorted alphabetically 9 лет назад
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 лет назад
.travis.yml 73f717b9d0 Initial support for running newer versions of Django (#4868) 8 лет назад
AUTHORS df235c4d04 Add newline to AUTHORS file 9 лет назад
CHANGES 449b7b46cc Merge pull request #5349 from getsentry/feature/better-ios-grouping 7 лет назад
CONTRIBUTING.md 73b7b2e570 Fix link to contributing docs 8 лет назад
Dangerfile 6e06ff59e1 add migration checklist to danger (#5427) 7 лет назад
Dockerfile.dev 8f6139a803 Fix Dockerfile.dev to use wildcard hotfix version of postgres (#4425) 8 лет назад
Gemfile cba0e16334 danger: bump danger to ~>4.0.1 to fix html rendering (#4587) 8 лет назад
ISSUE_TEMPLATE.md 23616aac0f Basic issue template to cut down on support-style tickets 8 лет назад
LICENSE 08ba46f535 twenty-seventeen 8 лет назад
MANIFEST.in 1451a2d063 Abstract setuptools asset compiling (#4091) 8 лет назад
Makefile e990cd55ef [tests] disable south for local testing 7 лет назад
README.rst 59d9ce99af README.rst: Rectify links of SDKs (Java, Swift) 8 лет назад
TODO bc9746df44 We did it, team 9 лет назад
codecov.yml f8288667a7 Use proper regexp for codecov 8 лет назад
conftest.py c24cc31b74 Maintain path (fixes pytest-xdist) 10 лет назад
doc-requirements.txt 4e36ab552c Imported new docs for federation 9 лет назад
package.json 8e41f1cfd8 pin to old versoin of sprintf-js 7 лет назад
runtests.js 76cdc1b55f Correct get_status 12 лет назад
setup.cfg 73f717b9d0 Initial support for running newer versions of Django (#4868) 8 лет назад
setup.py d8840eb6c2 Downgrade symsynd to 3.0.0 since we work around a bug already 7 лет назад
static fdbbdeefaa Initial ported Angular code 10 лет назад
webpack.config.js 2b6a67e9e4 Upgrade webpack loaders + enable babel cacheDirectory (try 2) (#5462) 7 лет назад
yarn.lock 8e41f1cfd8 pin to old versoin of sprintf-js 7 лет назад

README.rst

Sentry
======

Sentry is a modern error logging and aggregation platform.


Sentry is a Server
------------------

The Sentry package fundamentally is just a simple server and web UI. It will
handle authenticating SDKs (such as `Raven `_),
all of the logic behind storage and aggregation, and alerting team members.

That said, Sentry is not limited to Python. The server is in Python, but it contains
a full API for sending events from any language, in any application.

Official Sentry SDKs
~~~~~~~~~~~~~~~~~~~~
* `JavaScript `_
* `Python `_
* `Ruby `_
* `Node `_
* `PHP `_
* `Go `_
* `Java `_
* `Swift `_
* `Objective C `_
* `C# `_
* `Perl `_
* `Elixir `_

Resources
---------

* `Documentation `_
* `Community `_ (Bugs, feature requests, general questions)
* `Bug Tracker `_
* `Code `_
* `IRC `_ (irc.freenode.net, #sentry)
* `Transifex `_ (Translate Sentry!)