Skip to content
Sentry is cross-platform application monitoring, with a focus on error reporting.
Python JavaScript TypeScript HTML CSS Lua
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.artifacts feat: Implement basics of pre-commit Jul 2, 2018
.github meta(codeowners): getsentry/owners-python-build (#18865) May 15, 2020
.storybook lint(storybook): Fix eslint module import errors (#17467) Mar 5, 2020
.travis build(storybook): Don't deploy on foreign PRs (#17315) Feb 26, 2020
.tx Explicit source file Mar 23, 2013
.vscode feat(discover2): Link Dashboard graphs to Discover2 (#17037) Feb 20, 2020
api-docs fix(api-doc-generator): Get it working again! (#16911) May 6, 2020
bin security: update comments in bin/scan (#18288) Apr 15, 2020
build-utils build(webpack): Fix Sentry APM on webpack builds (#18380) Apr 21, 2020
config ref(devservices): Disable access log output (#18653) May 6, 2020
docker fix(docker): Not all Sentry commands work through CMD (#18599) May 4, 2020
docs-ui feat(ui): Add deployBadge component, release deploys widget (#18829) May 15, 2020
examples chore: blacken take 2 (#14360) Aug 16, 2019
scripts fix: pin virtualenv for pre-commit, and misc touchups (#17026) Feb 13, 2020
src fix(ui): Adjust sidebar padding breakpoint (#18833) May 15, 2020
tests ref(ui): Rename columnEditRow -> QueryField (#18834) May 15, 2020
.dockerignore fix(dockerignore): Remove duplicate entry from dockerignore (#17881) Mar 24, 2020
.envrc dev: exclude the blackening from blames via .git-blame-ignore-revs (#… Apr 6, 2020
.eslintignore chore: remove vendored django debug_toolbar (#15477) Nov 8, 2019
.eslintrc.js ref(js) remove lodash/get (#16614) Apr 1, 2020
.eslintrc.relax.js build(eslint): Move ts and emotion lint rules to config (#17666) Mar 17, 2020
.git-blame-ignore-revs Ignore blame for prefer const changes (#18513) Apr 29, 2020
.gitattributes Fix CHANGES gitattribute Oct 31, 2016
.gitignore ref(checkboxFancy): Added indeterminate option (#18355) Apr 21, 2020
.mailmap Add .mailmap to fix my commits Nov 30, 2015
.nowignore build(now): Correct nowignore (#17585) Mar 11, 2020
.npmrc chore(npm): No package-lock.json (#9020) Jul 12, 2018
.nvmrc build(node): Upgrade Node to latest LTS: 10.16.3 (#14576) Sep 4, 2019
.pre-commit-config.yaml dev: reorder pre-commit hooks to blacken first (#18255) Apr 14, 2020
.python-version meta: sync with updated devenv docs (#16954) Feb 12, 2020
.travis.yml feat: reverse_proxy binds 8000 on-demand with devserver, lazy image p… Apr 22, 2020
.yarnrc build(yarn): Upgrade to yarn@1.17.3 (#14033) Jul 16, 2019
AUTHORS Add newline to AUTHORS file Nov 30, 2015
Brewfile meta: Add watchman to Brewfile (#17944) Mar 27, 2020
CHANGES meta(v10): Release v10 (#16305) Jan 7, 2020
CODE_OF_CONDUCT.md meta(coc): Add code of conduct (#13931) Jul 11, 2019
LICENSE license: Update BSL change date May 1, 2020
MANIFEST.in Relay integration in devservices (#16790) Feb 14, 2020
Makefile build(github): Add acceptance tests to GitHub Actions (#18576) May 5, 2020
README.md docs(readme): Remove link to Discord (#18408) Apr 22, 2020
babel.config.js build(js): Fix `react-refresh` babel plugin always loaded in d… (#17492) Mar 6, 2020
codecov.yml chore(cfg): Cleanup references to `south` in configs (#15644) Nov 18, 2019
conftest.py Fix typos across repo (#18654) May 11, 2020
jest.config.js test(dataPrivacyRulesPanelSelectorField): Added tests (#18073) Apr 7, 2020
jsconfig.json build(vscode): Fix jsconfig paths (#8242) May 1, 2018
migrations_lockfile.txt refs(alert_rules): Stop using query related fields on AlertRule and Q… May 14, 2020
now.json build(now): Quiet down PR comments (#17589) Mar 11, 2020
package.json fix: Revert to non beta SDK (#18855) May 15, 2020
prettier.config.js style(build): Use modules over json for configs (#11618) Jan 22, 2019
pyproject.toml feat: pep517-valid pyproject.toml (#16494) Jan 23, 2020
requirements-base.txt build: Update symbolic to 7.3.1 (#18853) May 15, 2020
requirements-dev.txt ref: remove isort (#18118) Apr 8, 2020
setup.cfg ref: remove isort (#18118) Apr 8, 2020
setup.py test: optional testing on Python 3.6 (#17120) Feb 24, 2020
static style: Remove trailing slash from static symlink (#10045) Oct 9, 2018
stylelint.config.js build(stylelint): Fix and upgrade `stylelint` (#18210) Apr 15, 2020
tsconfig.json ref(ts) Convert platform data to typescript (#18512) Apr 29, 2020
webpack.config.js Fix typos across repo (#18654) May 11, 2020
yarn.lock fix: Revert to non beta SDK (#18855) May 15, 2020

README.md

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.

Official Sentry SDKs

Resources

You can’t perform that action at this time.