sentry-sdk 2.16.0
0
Python client for Sentry (https://sentry.io)
Contents
Python client for Sentry (https://sentry.io)
Stars: 1883, Watchers: 1883, Forks: 494, Open Issues: 210The getsentry/sentry-python
repo was created 6 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1883 github stars!
How to Install sentry-sdk
You can install sentry-sdk using pip
pip install sentry-sdk
or add it to a project with poetry
poetry add sentry-sdk
Package Details
- Author
- Sentry Team and Contributors
- License
- MIT
- Homepage
- https://github.com/getsentry/sentry-python
- PyPi:
- https://pypi.org/project/sentry-sdk/
- Documentation:
- https://docs.sentry.io/platforms/python/
- GitHub Repo:
- https://github.com/getsentry/sentry-python
Classifiers
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common sentry-sdk errors.
Code Examples
Here are some sentry-sdk
code examples and snippets.
GitHub Issues
The sentry-sdk package has 210 open issues on GitHub
- feat(tooling): Enabled local linting
- fix(python): Capture only 5xx HTTP errors in Falcon Integration
- chore(deps): update urllib3 minimum version
- adds basic validation to environment name
- build(tests): Python 3.10 support
- build(deps): bump flake8-bugbear from 21.4.3 to 22.1.11
- build(deps): bump sphinx from 4.1.1 to 4.4.0
- build(deps): bump jsonschema from 3.2.0 to 4.4.0
- build(deps): bump pyrsistent from 0.16.0 to 0.18.1
- 'types.SimpleNamespace' object has no attribute '_sentry_hub'
- M1 mac: Illegal instruction: 4 on import under 3.9.7
- Do not serialize mappings with custom repr as dict-s
- Duplicated errors and user not set
- The Falcon integration for Falcon 3.0.1
- Support custom repr() defined in classes inheriting from Mapping