Developer-first error tracking and performance monitoring https://sentry.io/
![]() |
3 лет назад | |
---|---|---|
.artifacts | d348dc492a feat: Implement basics of pre-commit | 6 лет назад |
.github | faa028abba feat(dev_env): Dev env bootstrap support for two Python versions (#28213) | 3 лет назад |
.storybook | 79deb9ee58 ref(storybook): Add docs-ui import alias (#28235) | 3 лет назад |
.tx | ea4904d1da Explicit source file | 12 лет назад |
.vscode | d0544bc3d0 chore(dx): add isort to vscode settings (#27868) | 3 лет назад |
api-docs | e8a5e9e197 feat(scim): use 204 no content on team PATCH request response (#27956) | 3 лет назад |
bin | 820b0156e2 fix(load_mocks): Fix broken load-mocks script (#27222) | 3 лет назад |
build-utils | 7d9927f17a build: Convert webpack config to typescript (#27369) | 3 лет назад |
config | 2a545294e6 ref(ts): Target es6 for type checking (#28251) | 3 лет назад |
docker | 5283b3b855 ci(gcb): Extend e2e test timeout from 7.5 minutes to 10 (#28129) | 3 лет назад |
docs | 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) | 3 лет назад |
docs-ui | d09595b886 ref(ui): Convert alertLink component to function, use RTL (#28258) | 3 лет назад |
examples | f33ade4190 ref(py): Sort imports in examples (#25131) | 3 лет назад |
scripts | faa028abba feat(dev_env): Dev env bootstrap support for two Python versions (#28213) | 3 лет назад |
src | ee9f8c460e types(python): Slack Integration Types (#28236) | 3 лет назад |
static | 774234ff45 ref(performance): Separate header from content in transaction events (#28346) | 3 лет назад |
tests | adb01c0a47 feat(symbol-sources): Redact symbol source secrets from audit logs (#28334) | 3 лет назад |
.craft.yml | 7cfe0190df ref(craft): Modernize and rearrange Craft config (#26381) | 3 лет назад |
.dockerignore | 417f3bafdf build(docker): Split builder image out for better caching (#18999) | 4 лет назад |
.envrc | faa028abba feat(dev_env): Dev env bootstrap support for two Python versions (#28213) | 3 лет назад |
.eslintignore | df2549bb82 ref(storybook): Update webpack configuration (#24620) | 4 лет назад |
.eslintrc.js | 33fbf02f02 chore(prettier): Upgrade to 2.3.x (#26820) | 3 лет назад |
.eslintrc.relax.js | be286160a2 build(eslint): Move ts and emotion lint rules to config (#17666) | 5 лет назад |
.git-blame-ignore-revs | 7a1c964da4 chore: add #23197 squash commit to git blame ignore (#23300) | 4 лет назад |
.gitattributes | ebf7126b29 Fix CHANGES gitattribute | 8 лет назад |
.gitignore | e9ce6c52bb fix(appconnect): use v2 webSession for legacy iTunes API (#27678) | 3 лет назад |
.ignore | add1b08cee ref(ui) Replace icon-filter with SVG icon. (#19841) | 4 лет назад |
.mailmap | b3f05c53e2 Add .mailmap to fix my commits | 9 лет назад |
.npmrc | 7d2dfc8b39 chore(npm): No package-lock.json (#9020) | 6 лет назад |
.pre-commit-config.yaml | 3dfe0fcd9d ref(hackweek): upgrade pyupgrade and friends (#28059) | 3 лет назад |
.size-limit.js | 3a5f016486 build(gha): Add `sentry.css` to size limits (#21675) | 4 лет назад |
.vercelignore | 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) | 3 лет назад |
.yarnrc | cb4be04432 ci: remove vendored yarn, and use volta for Travis + GHA (#19069) | 4 лет назад |
AUTHORS | df235c4d04 Add newline to AUTHORS file | 9 лет назад |
Brewfile | 544abe103f feat(ci): Initializing Docker should be more robust (#26369) | 3 лет назад |
CHANGES | e1ddac618a release: 21.8.0 | 3 лет назад |
CODE_OF_CONDUCT.md | ea286fe4a9 meta(coc): Add code of conduct (#13931) | 5 лет назад |
LICENSE | e1ddac618a release: 21.8.0 | 3 лет назад |
MANIFEST.in | 81c9468c2f feat(cdc) Add the CDC service as a devservice. This is disabled by default (#25430) | 3 лет назад |
Makefile | 19f78c593a feat(direnv): direnv usability improvements (#25676) | 3 лет назад |
README.md | 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) | 3 лет назад |
babel.config.ts | 64c2de384b feat(ui): Setup browserslist, reduce core-js use (#27346) | 3 лет назад |
codecov.yml | 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) | 3 лет назад |
conftest.py | 74b6e21986 test(ci): Ignore annotation for pytest retries (#27870) | 3 лет назад |
jest.config.ts | 9ac604b46d ref(js): Move jest instrumentation to library (#27843) | 3 лет назад |
migrations_lockfile.txt | c13c067c16 ref(jira ac): Rm fk constraints from JiraTenant (#28349) | 3 лет назад |
mypy.ini | ee9f8c460e types(python): Slack Integration Types (#28236) | 3 лет назад |
package.json | 89d72cf51c chore(js): Upgrade storybook from 6.3.6 -> 6.3.7 (#28323) | 3 лет назад |
prettier.config.js | f5f43cf1b8 style(js): Ensure ` ` in `/*` style comments (#26757) | 3 лет назад |
pyproject.toml | e9ce6c52bb fix(appconnect): use v2 webSession for legacy iTunes API (#27678) | 3 лет назад |
requirements-base.txt | e0740e1cd9 py38(django 2.2): bump django-crispy-forms to 1.8.1 (#28344) | 3 лет назад |
requirements-dev.txt | 7fb5e74c43 fix(mypy) Downgrade mypy (#26473) | 3 лет назад |
requirements-pre-commit.txt | 3dfe0fcd9d ref(hackweek): upgrade pyupgrade and friends (#28059) | 3 лет назад |
setup.cfg | d9467206c9 ref(hackweek): upgrade sentry-flake8 (#28028) | 3 лет назад |
setup.py | c8077ba9c2 meta: Bump new development version | 3 лет назад |
stylelint.config.js | f5f43cf1b8 style(js): Ensure ` ` in `/*` style comments (#26757) | 3 лет назад |
tsconfig.json | 3deff6bd88 ref(webpack): Move frontend application to `static/app` (#25204) | 3 лет назад |
vercel.json | 1eef286934 build(vercel): Remove duplicate vercel config (#22340) | 4 лет назад |
webpack.config.ts | d1cd612db8 ref(js): Remove jQuery from the SPA completely (#28001) | 3 лет назад |
yarn.lock | 89d72cf51c chore(js): Upgrade storybook from 6.3.6 -> 6.3.7 (#28323) | 3 лет назад |
Users and logs provide clues. Sentry provides answers.
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.