You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png"alt="Sentry for Python">
3
3
</a>
4
-
_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, [<kbd>**check out our open positions**</kbd>](https://sentry.io/careers/)_.
_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
16
+
[<kbd>**Check out our open positions**</kbd>](https://sentry.io/careers/)_.
17
+
18
+
<br/>
19
+
20
+
</div>
21
+
22
+
23
+
# Official Sentry SDK for Python
24
+
25
+
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**.
26
+
27
+
<aname="getting-started"></a>
28
+
## π¦ Getting Started
11
29
12
-
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**!
30
+
### Prerequisites
13
31
14
-
## π Getting Started
32
+
You need a Sentry [account](https://sentry.io/signup/) and [project](https://docs.sentry.io/product/projects/).
For more details on advanced usage, integrations, and customization, check out the full documentation on [https://docs.sentry.io](https://docs.sentry.io/).
Want more? [Check out the full list of integrations](https://docs.sentry.io/platforms/python/integrations/).
71
-
72
-
### Rolling Your Own Integration?
81
+
Sentry integrates with a ton of popular Python libraries and frameworks, including [FastAPI](https://docs.sentry.io/platforms/python/integrations/fastapi/), [Django](https://docs.sentry.io/platforms/python/integrations/django/), [Celery](https://docs.sentry.io/platforms/python/integrations/celery/), [OpenAI](https://docs.sentry.io/platforms/python/integrations/openai/) and many, many more. Check out the [full list of integrations](https://docs.sentry.io/platforms/python/integrations/) to get the full picture.
73
82
74
-
If you want to create a new integration or improve an existing one, we'd welcome your contributions! Please read our [contributing guide](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md) before starting.
75
83
84
+
<aname="migrating"></a>
76
85
## π§ Migrating Between Versions?
77
86
78
87
### From `1.x` to `2.x`
@@ -83,29 +92,34 @@ If you're using the older `1.x` version of the SDK, now's the time to upgrade to
83
92
84
93
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 the details in our [migration guide](https://docs.sentry.io/platforms/python/migration/raven-to-sentry-sdk/).
85
94
95
+
<aname="contributing"></a>
86
96
## π Want to Contribute?
87
97
88
-
We'd love your help in improving the Sentry SDK! Whether it's fixing bugs, adding features, or enhancing documentation, every contribution is valuable.
98
+
We'd love your help in improving the Sentry SDK! Whether it's fixing bugs, adding features, writing new integrations, or enhancing documentation, every contribution is valuable.
89
99
90
-
For details on how to contribute, please check out [CONTRIBUTING.md](CONTRIBUTING.md) and explore the [open issues](https://github.com/getsentry/sentry-python/issues).
100
+
For details on how to contribute, please read our [contribution guide](CONTRIBUTING.md) and explore the [open issues](https://github.com/getsentry/sentry-python/issues).
91
101
102
+
<aname="help"></a>
92
103
## π Need Help?
93
104
94
105
If you encounter issues or need help setting up or configuring the SDK, don't hesitate to reach out to the [Sentry Community on Discord](https://discord.com/invite/Ww9hbqr). There is a ton of great people there ready to help!
95
106
96
-
## π Resources
107
+
<aname="resources"></a>
108
+
## π Resources
97
109
98
-
Here are additional resources to help you make the most of Sentry:
110
+
Here are all resources to help you make the most of Sentry:
99
111
100
-
-[](https://docs.sentry.io/quickstart/) β Official documentation to get started.
-[](https://twitter.com/intent/follow?screen_name=getsentry)β Follow us on X (Twitter) for updates.
103
-
-[](http://stackoverflow.com/questions/tagged/sentry)β Questions and answers related to Sentry.
112
+
-[Documentation](https://docs.sentry.io/platforms/python/) - Official documentation to get started.
0 commit comments