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
[](https://pypi.python.org/pypi/sentry-sdk)
@@ -24,7 +22,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
24
22
25
23
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**.
26
24
27
-
<aname="getting-started"></a>
25
+
28
26
## π¦ Getting Started
29
27
30
28
### Prerequisites
@@ -70,18 +68,17 @@ sentry_sdk.capture_message("Hello Sentry!") # You'll see this in your Sentry da
70
68
raiseValueError("Oops, something went wrong!") # This will create an error event in Sentry.
71
69
```
72
70
73
-
<aname="documentation"></a>
71
+
74
72
## π Documentation
75
73
76
74
For more details on advanced usage, integrations, and customization, check out the full documentation on [https://docs.sentry.io](https://docs.sentry.io/).
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.
82
80
83
81
84
-
<aname="migrating"></a>
85
82
## π§ Migrating Between Versions?
86
83
87
84
### From `1.x` to `2.x`
@@ -92,19 +89,19 @@ If you're using the older `1.x` version of the SDK, now's the time to upgrade to
92
89
93
90
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/).
94
91
95
-
<aname="contributing"></a>
92
+
96
93
## π Want to Contribute?
97
94
98
95
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.
99
96
100
97
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).
101
98
102
-
<aname="help"></a>
99
+
103
100
## π Need Help?
104
101
105
102
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!
106
103
107
-
<aname="resources"></a>
104
+
108
105
## π Resources
109
106
110
107
Here are all resources to help you make the most of Sentry:
@@ -119,7 +116,7 @@ Here are all resources to help you make the most of Sentry:
119
116
120
117
The SDK is open-source and available under the MIT license. Check out the [LICENSE](LICENSE) file for more information.
121
118
122
-
<aname="contributors"></a>
119
+
123
120
## π Contributors
124
121
125
122
Thanks to everyone who has helped improve the SDK!
0 commit comments