Ravenports generated: 13 Oct 2023 04:56
[ravenports.git] / bucket_B4 / python-sentry-sdk
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-sentry-sdk
4 VERSION=                1.32.0
5 KEYWORDS=               python
6 VARIANTS=               v11 v12
7 SDESC[v11]=             Sentry client (3.11)
8 SDESC[v12]=             Sentry client (3.12)
9 HOMEPAGE=               https://github.com/getsentry/sentry-python
10 CONTACT=                Python_Automaton[python@ironwolf.systems]
11
12 DOWNLOAD_GROUPS=        main
13 SITES[main]=            PYPIWHL/63/25/d22e1e152e4eac10d39d9132d7b5f1ea4bdfa0b9a1d65fc606a7b90aeefb
14 DISTFILE[1]=            sentry_sdk-1.32.0-py2.py3-none-any.whl:main
15 DF_INDEX=               1
16 SPKGS[v11]=             single
17 SPKGS[v12]=             single
18
19 OPTIONS_AVAILABLE=      PY311 PY312
20 OPTIONS_STANDARD=       none
21 VOPTS[v11]=             PY311=ON PY312=OFF
22 VOPTS[v12]=             PY311=OFF PY312=ON
23
24 DISTNAME=               sentry_sdk-1.32.0.dist-info
25
26 GENERATED=              yes
27
28 [PY311].RUN_DEPENDS_ON=                 python-certifi:single:v11
29                                         python-urllib3:single:v11
30 [PY311].USES_ON=                        python:v11,wheel
31
32 [PY312].RUN_DEPENDS_ON=                 python-certifi:single:v12
33                                         python-urllib3:single:v12
34 [PY312].USES_ON=                        python:v12,wheel
35
36 [FILE:2020:descriptions/desc.single]
37 <p align="center">
38   
39     [image]
40   
41 </p>
42
43 _Bad software is everywhere, and we're tired of it. Sentry is on a mission
44 to help developers write better software faster, so we can get back to
45 enjoying technology. If you want to join us [<kbd>**Check out our open
46 positions**</kbd>]_
47
48 # Official Sentry SDK for Python
49
50 [Build Status]
51 [![PyPi page link -- version]](https://pypi.python.org/pypi/sentry-sdk)
52 [Discord]
53
54 This is the official Python SDK for [Sentry]
55
56 ---
57
58 ## Getting Started
59
60 ### Install
61
62 ```bash
63 pip install --upgrade sentry-sdk
64 ```
65
66 ### Configuration
67
68 ```python
69 import sentry_sdk
70
71 sentry_sdk.init(
72     "https://12927b5f211046b575ee51fd8b1ac34f@o1.ingest.sentry.io/1",
73
74     # Set traces_sample_rate to 1.0 to capture 100%
75     # of transactions for performance monitoring.
76     # We recommend adjusting this value in production.
77     traces_sample_rate=1.0,
78 )
79 ```
80
81 ### Usage
82
83 ```python
84 from sentry_sdk import capture_message
85 capture_message("Hello World")  # Will create an event in Sentry.
86
87 raise ValueError()  # Will also create an event in Sentry.
88 ```
89
90 - To learn more about how to use the SDK [refer to our docs]
91 - Are you coming from raven-python? [Use this migration guide]
92 - To learn about internals use the [API Reference]
93
94 ## Integrations
95
96 (If you want to create a new integration have a look at the [Adding a new
97 integration checklist].)
98
99 - [Django]
100 - [Flask]
101 - [Bottle]
102 - [AWS Lambda]
103 - [Google Cloud Functions]
104 - [WSGI]
105 - [ASGI]
106 - [Starlette]
107 - [FastAPI]
108 - [AIOHTTP]
109 - [RQ (Redis Queue)]
110 - [Celery]
111 - [Chalice]
112 - [Falcon]
113 - [Quart]
114 - [Sanic]
115 - [Tornado]
116 - [Tryton]
117 - [Pyramid]
118 - [Logging]
119 - [Apache Airflow]
120 - [Apache Beam]
121 - [Apache Spark]
122
123 ## Migrate From sentry-raven
124
125 The old `raven-python` client has entered maintenance mode and was moved
126 [here].
127
128 If you're using `raven-python`, we recommend you to migrate to this new
129 SDK. You can find the benefits of migrating and how to do it in our
130 [migration guide].
131
132 ## Contributing to the SDK
133
134 Please refer to [CONTRIBUTING.md].
135
136 ## Getting help/support
137
138
139 [FILE:117:distinfo]
140 eeb0b3550536f3bbc05bb1c7e0feb3a78d74acb43b607159a606ed2ec0a33a4d       240966 sentry_sdk-1.32.0-py2.py3-none-any.whl
141