sentry-python
sentry-python copied to clipboard
The official Python SDK for Sentry.io
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. Release notes Sourced from werkzeug's releases. 2.2.0 This is a feature release, which includes new features and removes previously deprecated...
Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.13.0 to 0.13.1. Changelog Sourced from pep8-naming's changelog. 0.13.1 - 2022-07-15 Fix warnings related to deprecated options syntax. Commits e746ff5 Fix warnings related to deprecated options syntax...
Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.4.3 to 22.7.1. Release notes Sourced from flake8-bugbear's releases. 22.7.1 Implement late-binding loop check (#265) late-binding closures are a classic gotcha. 22.6.22 Don't crash when select /...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.9.3 ### Steps to Reproduce 1. Add Sentry layer to the cloudformation within a python SAM application 2. Invoke...
### Problem Statement The current test suite could be better. For preventing regressions, approval tests should be included. See here for what approval tests are: https://www.youtube.com/watch?v=wp6oSVDdbXQ The approval tests should...
### Problem Statement [Starlite](https://github.com/starlite-api/starlite) us an ASGI framework based partially on Starlette. The current Starlette integration is not compatible with it because Starlite has its own routing and exception handling...
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 1.5.9 ### Steps to Reproduce I have found that my app doesn't run because Sentry doesn't like there being...