# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= python-sentry-sdk VERSION= 2.19.2 KEYWORDS= python VARIANTS= v12 v13 SDESC[v12]= Sentry client (3.12) SDESC[v13]= Sentry client (3.13) HOMEPAGE= https://github.com/getsentry/sentry-python CONTACT= Python_Automaton[python@ironwolf.systems] DOWNLOAD_GROUPS= main SITES[main]= PYPIWHL/31/4d/74597bb6bcc23abc774b8901277652c61331a9d4d0a8d1bdb20679b9bbcb DISTFILE[1]= sentry_sdk-2.19.2-py2.py3-none-any.whl:main DIST_SUBDIR= python-src DF_INDEX= 1 SPKGS[v12]= single SPKGS[v13]= single OPTIONS_AVAILABLE= PY312 PY313 OPTIONS_STANDARD= none VOPTS[v12]= PY312=ON PY313=OFF VOPTS[v13]= PY312=OFF PY313=ON DISTNAME= sentry_sdk-2.19.2.dist-info GENERATED= yes [PY312].RUN_DEPENDS_ON= python-urllib3:single:v12 python-certifi:single:v12 [PY312].USES_ON= python:v12,wheel [PY313].RUN_DEPENDS_ON= python-urllib3:single:v13 python-certifi:single:v13 [PY313].USES_ON= python:v13,wheel [FILE:2401:descriptions/desc.single] [image] _Bad software is everywhere, and we're tired of it. Sentry is on a mission to help developers write better software faster, so we can get back to enjoying technology. If you want to join us, [**check out our open positions**]_. # Official Sentry SDK for Python [Build Status] [![PyPi page link -- version]](https://pypi.python.org/pypi/sentry-sdk) [Discord] Welcome to the official Python SDK for **[Sentry]**! ## Getting Started ### Installation Getting Sentry into your project is straightforward. Just run this command in your terminal: ```bash pip install --upgrade sentry-sdk ``` ### Basic Configuration Here’s a quick configuration example to get Sentry up and running: ```python import sentry_sdk sentry_sdk.init( "https://12927b5f211046b575ee51fd8b1ac34f@o1.ingest.sentry.io/1", # Your DSN here # Set traces_sample_rate to 1.0 to capture 100% # of transactions for performance monitoring. traces_sample_rate=1.0, ) ``` With this configuration, Sentry will monitor for exceptions and performance issues. ### Quick Usage Example To generate some events that will show up in Sentry, you can log messages or capture errors: ```python from sentry_sdk import capture_message capture_message("Hello Sentry!") # You'll see this in your Sentry dashboard. raise ValueError("Oops, something went wrong!") # This will create an error event in Sentry. ``` #### Explore the Docs For more details on advanced usage, integrations, and customization, check out the full documentation: - [Official SDK Docs] - [API Reference] ## Integrations Sentry integrates with many popular Python libraries and frameworks, including: - [Django] - [Flask] - [FastAPI] - [Celery] - [AWS Lambda] Want more? [Check out the full list of integrations]. ### Rolling Your Own Integration? If you want to create a new integration or improve an existing one, we’d welcome your contributions! Please read our [contributing guide] before starting. ## Migrating Between Versions? ### From `1.x` to `2.x` If you're using the older `1.x` version of the SDK, now's the time to upgrade to `2.x`. It includes significant upgrades and new features. Check our [migration guide] for assistance. ### From `raven-python` Using the legacy `raven-python` client? It's now in maintenance mode, and we recommend migrating to the new SDK for an improved experience. Get all [FILE:128:distinfo] ebdc08228b4d131128e568d696c210d846e5b9d70aa0327dec6b1272d9d40b84 322942 python-src/sentry_sdk-2.19.2-py2.py3-none-any.whl