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

Evan Purkhiser 68dfcba789 ref(ts): Fix implicit any in PermissionSelection (#32519) 3 years ago
.artifacts d348dc492a feat: Implement basics of pre-commit 6 years ago
.github 7425e672c1 ci: Change stale GitHub workflow to run once a day (#32492) 3 years ago
.storybook f7945a98be feat(storybook): Use storybook-dark-mode plugin (#31114) 3 years ago
.tx ea4904d1da Explicit source file 12 years ago
.vscode 029b52918d meta(editor): Set frontend language tab sizes to 2 (#32071) 3 years ago
api-docs f2e90196aa convert api-docs to typescript (#32328) 3 years ago
bin 716479a7c8 feat(metric_alerts): Remove unique name validation from metric alerts (#31434) 3 years ago
build-utils 7d9927f17a build: Convert webpack config to typescript (#27369) 3 years ago
config 28a2337ae9 build(js): Change `app` alias to `sentry` (#18915) 3 years ago
docker 51f552955e ci: Change machineType for Google Cloud Build to E2_HIGHCPU_8 (#31950) 3 years ago
docs 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
docs-ui 2315345c27 docs(ui): Fix icons fuse search (#32338) 3 years ago
examples f33ade4190 ref(py): Sort imports in examples (#25131) 3 years ago
scripts ba15b6285f fix(dev): Errors within lib.sh were not being reported to Sentry (#32524) 3 years ago
src 8519a07efc fix(tests): More work to attempt to fix flaky event_frequency tests (#32511) 3 years ago
static 68dfcba789 ref(ts): Fix implicit any in PermissionSelection (#32519) 3 years ago
tests 8519a07efc fix(tests): More work to attempt to fix flaky event_frequency tests (#32511) 3 years ago
.craft.yml 83b15f355f Continue self-hosted rename in build-related files (#30483) 3 years ago
.dockerignore 417f3bafdf build(docker): Split builder image out for better caching (#18999) 4 years ago
.envrc ba15b6285f fix(dev): Errors within lib.sh were not being reported to Sentry (#32524) 3 years ago
.eslintignore 6ddff6a021 ref(ts): Fix lint issues that are being masked (#28454) 3 years ago
.eslintrc.js 33fbf02f02 chore(prettier): Upgrade to 2.3.x (#26820) 3 years ago
.eslintrc.relax.js be286160a2 build(eslint): Move ts and emotion lint rules to config (#17666) 5 years ago
.git-blame-ignore-revs 28a2337ae9 build(js): Change `app` alias to `sentry` (#18915) 3 years ago
.gitattributes ebf7126b29 Fix CHANGES gitattribute 8 years ago
.gitignore 7e5ea5d233 feat(apidocs): Integrate drf-spectacular library (#30040) 3 years ago
.ignore add1b08cee ref(ui) Replace icon-filter with SVG icon. (#19841) 4 years ago
.mailmap b3f05c53e2 Add .mailmap to fix my commits 9 years ago
.npmrc 7d2dfc8b39 chore(npm): No package-lock.json (#9020) 6 years ago
.pre-commit-config.yaml 161459f224 fix: Update pyright config path to not disable typechecking in VScode (#29874) 3 years ago
.prettierignore 3a5085adbe meta: Add prettierignore to stop package.json fights (#28685) 3 years ago
.python-version 3e0852785f fix(dev): Add .python-version back (#29571) 3 years ago
.size-limit.js 9be7284a67 build(ui): Upgrade size-limit to v5 (#28974) 3 years ago
.vercelignore 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
.yarnrc cb4be04432 ci: remove vendored yarn, and use volta for Travis + GHA (#19069) 4 years ago
AUTHORS df235c4d04 Add newline to AUTHORS file 9 years ago
Brewfile 544abe103f feat(ci): Initializing Docker should be more robust (#26369) 3 years ago
CHANGES 2885e6d490 release: 22.2.0 3 years ago
CODE_OF_CONDUCT.md ea286fe4a9 meta(coc): Add code of conduct (#13931) 5 years ago
LICENSE 2885e6d490 release: 22.2.0 3 years ago
MANIFEST.in 81c9468c2f feat(cdc) Add the CDC service as a devservice. This is disabled by default (#25430) 3 years ago
Makefile f2e90196aa convert api-docs to typescript (#32328) 3 years ago
README.md 871bda810a meta: Update ruby sdk link in readme (#31480) 3 years ago
babel.config.ts 64c2de384b feat(ui): Setup browserslist, reduce core-js use (#27346) 3 years ago
codecov.yml 93ff9c0648 chore(py): Ignore tests in CodeCov (#30326) 3 years ago
conftest.py 4bafe67e7a fix(ci): Fix pytest annotations not working (#31500) 3 years ago
jest.config.ts ba4fb0c4ee perf(test): Mock echarts instead of transforming (#32250) 3 years ago
migrations_lockfile.txt 327a7c2ddb feat(new-widget-builder-experience): Add widget limit (#32488) 3 years ago
mypy.ini 2519368034 ref(endpoints): Move endpoints to module (#32400) 3 years ago
package.json 8b37e1a183 feat(ui): Upgrade `rrweb-player` and fix mouse on replays (#32494) 3 years ago
prettier.config.js f5f43cf1b8 style(js): Ensure ` ` in `/*` style comments (#26757) 3 years ago
pyproject.toml 698c60ba93 dev: upgrade pre-commit and friends for Python 3.8+ (#29502) 3 years ago
pyrightconfig-commithook.json 161459f224 fix: Update pyright config path to not disable typechecking in VScode (#29874) 3 years ago
requirements-base.txt fdbbf4d6b8 Chore: Update snuba-sdk to 0.1.4 (#32347) 3 years ago
requirements-dev.txt 16f532d946 feat(apidocs): Implement OpenAPI response serializer parsing for Sentry Serializers (#31146) 3 years ago
requirements-pre-commit.txt 698c60ba93 dev: upgrade pre-commit and friends for Python 3.8+ (#29502) 3 years ago
setup.cfg b0cfeb1c10 chore: drop Python 3.6 (#29504) 3 years ago
setup.py ff2709757e meta: Bump new development version 3 years ago
stylelint.config.js 83daa80b5c deps(ui): Upgrade to stylelint v14 (#31582) 3 years ago
tsconfig.json 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) 3 years ago
vercel.json 1eef286934 build(vercel): Remove duplicate vercel config (#22340) 4 years ago
webpack.config.ts 48141bd3cf build(ui): Upgrade webpack, fix react hot reload (#31271) 3 years ago
yarn.lock 8b37e1a183 feat(ui): Upgrade `rrweb-player` and fix mouse on replays (#32494) 3 years ago

README.md

Sentry

Users and logs provide clues. Sentry provides answers.

What's Sentry?

Sentry 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