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

Dan Fuller fc8464566d fix(tests): Disable percy for django 1.10 acceptance tests 5 лет назад
.artifacts d348dc492a feat: Implement basics of pre-commit 6 лет назад
.github 9c88ad8bf6 build(github-actions): RIP github actions (#15577) 5 лет назад
.storybook 4de0d59ca7 build(webpack): Remove `lodash-webpack-plugin` (#15521) 5 лет назад
.travis da13ef5d5d build(yarn): Upgrade yarn to 1.16.0, embed in repo (#13569) 5 лет назад
.tx ea4904d1da Explicit source file 12 лет назад
.vscode 93ec4699aa feat(discover2): Add columns in-between columns (#15156) 5 лет назад
api-docs 01500315cc ref(uwsgi): Make default settings less demanding (#15450) 5 лет назад
bin 9fc0e47268 fix: Jane Doe changed to Orville Wright (#15518) 5 лет назад
build-utils 174fde838f build(webpack): Build `integration-docs` on "watchRun" (#15230) 5 лет назад
config 8522e0f7a7 build(git-hooks): Fix always calling make (#15751) 5 лет назад
docker eb2ad09350 Revert "build(docker): Bake sentry-plugins into images (#15249)" (#15732) 5 лет назад
docs-ui a92cc4e150 feat(ui): Add description to `<RadioGroup>` (#15543) 5 лет назад
examples 95767d455b chore: blacken take 2 (#14360) 5 лет назад
scripts 3495a70cf6 ref(dev): Use webpack proxy in place of devserver.js (#12468) 6 лет назад
src 946270b34a chore(ts): Better typing on DropdownMenu (#15656) 5 лет назад
tests 67dd60eea2 fix(django 1.10): invalid kwarg red herring (#15757) 5 лет назад
.dockerignore eb2ad09350 Revert "build(docker): Bake sentry-plugins into images (#15249)" (#15732) 5 лет назад
.eslintignore 86356edfeb chore: remove vendored django debug_toolbar (#15477) 5 лет назад
.eslintrc.js aedfc407af build(eslint): Make "strict" ruleset the default (#13142) 5 лет назад
.eslintrc.relax.js aedfc407af build(eslint): Make "strict" ruleset the default (#13142) 5 лет назад
.gitattributes ebf7126b29 Fix CHANGES gitattribute 8 лет назад
.gitignore 86356edfeb chore: remove vendored django debug_toolbar (#15477) 5 лет назад
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 лет назад
.npmrc 7d2dfc8b39 chore(npm): No package-lock.json (#9020) 6 лет назад
.nvmrc 051bbf6ebe build(node): Upgrade Node to latest LTS: 10.16.3 (#14576) 5 лет назад
.pre-commit-config.yaml 6f5153b541 ref(py3): bump BeautifulSoup (#15613) 5 лет назад
.travis.yml fc8464566d fix(tests): Disable percy for django 1.10 acceptance tests 5 лет назад
.yarnrc 9e628c7909 build(yarn): Upgrade to yarn@1.17.3 (#14033) 5 лет назад
AUTHORS df235c4d04 Add newline to AUTHORS file 9 лет назад
Brewfile 3f43da027f ref(make): remove unnecessary install-system-pkgs (#15279) 5 лет назад
CHANGES 6589c16bdb meta(typo): Fix multiple typos (#15197) 5 лет назад
CODE_OF_CONDUCT.md ea286fe4a9 meta(coc): Add code of conduct (#13931) 5 лет назад
LICENSE ca8674c533 meta(LICENSE): Switch to Business Source License 1.1 (#15470) 5 лет назад
MANIFEST.in ab6029ddae build(docker): Fix auto build issues (#14658) 5 лет назад
Makefile 91e5c854bc make: Better discovery for createdb and dropdb 5 лет назад
README.rst abf3127568 meta: Replace IRC with Discord (#15397) 5 лет назад
babel.config.js 4de0d59ca7 build(webpack): Remove `lodash-webpack-plugin` (#15521) 5 лет назад
codecov.yml 058c859036 chore(cfg): Cleanup references to `south` in configs (#15644) 5 лет назад
conftest.py 769814194f ref(plugins): move new_sentry_plugins into sentry_plugins (#15700) 5 лет назад
jest.config.js 95d2fe2b3f test(js): Refactor to use `sentry-test` alias and `mountWithT… (#15062) 5 лет назад
jsconfig.json 1a9753dd10 build(vscode): Fix jsconfig paths (#8242) 6 лет назад
netlify.toml 3c70392955 fix(serverless): Pass referer from netlify api requests (#14019) 5 лет назад
package.json 9a24fe366a feat: Bump apm js sdk (#15694) 5 лет назад
prettier.config.js 824d71b534 style(build): Use modules over json for configs (#11618) 6 лет назад
pyproject.toml 058c859036 chore(cfg): Cleanup references to `south` in configs (#15644) 5 лет назад
requirements-base.txt 6f5153b541 ref(py3): bump BeautifulSoup (#15613) 5 лет назад
requirements-dev.txt f0f9bac0db py3(pytest): bump pytest and friends to last 2.7 supported versions (#14997) 5 лет назад
setup.cfg 058c859036 chore(cfg): Cleanup references to `south` in configs (#15644) 5 лет назад
setup.py 769814194f ref(plugins): move new_sentry_plugins into sentry_plugins (#15700) 5 лет назад
static 22e96f9c66 style: Remove trailing slash from static symlink (#10045) 6 лет назад
stylelint.config.js b41fbb3200 build(stylelint): Upgrade to stylelint@10.1.0 (#13638) 5 лет назад
tsconfig.json b4601ca0fb feat(app-platform): publish request modal (#14564) 5 лет назад
webpack.config.js 4de0d59ca7 build(webpack): Remove `lodash-webpack-plugin` (#15521) 5 лет назад
yarn.lock 9a24fe366a feat: Bump apm js sdk (#15694) 5 лет назад

README.rst

.. raw:: html




Sentry



Users and logs provide clues. Sentry provides answers.




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.

.. raw:: html







Official Sentry SDKs
~~~~~~~~~~~~~~~~~~~~
* `JavaScript `_
* `React-Native `_
* `Python `_
* `Ruby `_
* `PHP `_
* `Go `_
* `Java `_
* `Objective-C/Swift `_
* `C# `_
* `Perl `_
* `Elixir `_
* `Laravel `_

Resources
---------

* `Documentation `_
* `Community `_ (Bugs, feature requests, general questions)
* `Contributing `_
* `Bug Tracker `_
* `Code `_
* `Discord `_
* `Transifex `_ (Translate Sentry!)