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
Copy file name to clipboardExpand all lines: README.md
+15-26Lines changed: 15 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
<imgsrc="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png"alt="Sentry for Python">
3
3
</a>
4
4
5
-
Bad software is everywhere, and developers often deal with bugs that crash systems at the worst possible moments. Enter **Sentry**: our mission is to help developers write better software faster, so you can focus on building.
5
+
6
+
_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/)_.
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**! If you care about tracking down every error and performance bottleneck in your app, you're in the right place.
14
+
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**!
14
15
15
16
## Getting Started
16
17
@@ -34,11 +35,11 @@ sentry_sdk.init(
34
35
35
36
# Set traces_sample_rate to 1.0 to capture 100%
36
37
# of transactions for performance monitoring.
37
-
traces_sample_rate=1.0,# Adjust this based on your performance needs
38
+
traces_sample_rate=1.0,
38
39
)
39
40
```
40
41
41
-
With this configuration, Sentry will monitor for exceptions and performance issues in the background while you continue coding. Adjust the `traces_sample_rate` to fine-tune performance monitoring.
42
+
With this configuration, Sentry will monitor for exceptions and performance issues.
42
43
43
44
### Quick Usage Example
44
45
@@ -58,18 +59,15 @@ For more details on advanced usage, integrations, and customization, check out t
If you’re still using `raven-python`, migrating to the new Sentry SDK is smooth. [Check out this guide](https://docs.sentry.io/platforms/python/migration/) for details.
63
-
64
62
## Integrations
65
63
66
-
Sentry integrates with several popular Python libraries and frameworks, including:
64
+
Sentry integrates with many popular Python libraries and frameworks, including:
67
65
68
-
-[Django](https://docs.sentry.io/platforms/python/integrations/django/) – Full support for error and performance tracking.
69
-
-[Flask](https://docs.sentry.io/platforms/python/integrations/flask/) – Flask-specific error handling.
Want more? [Check out the full list of integrations](https://docs.sentry.io/platforms/python/integrations/).
75
73
@@ -95,34 +93,25 @@ For details on how to contribute, please check out [CONTRIBUTING.md](CONTRIBUTIN
95
93
96
94
## Need Help?
97
95
98
-
If you encounter issues, don’t hesitate to reach out to our community for support:
99
-
100
-
-**[Sentry Discord Community](https://discord.com/invite/Ww9hbqr)** – A helpful community is ready to assist.
101
-
-**[Stack Overflow](http://stackoverflow.com/questions/tagged/sentry)** – A great place for asking questions.
102
-
-**[Sentry Forum](https://forum.sentry.io/c/sdks)** – Share ideas and get advice.
96
+
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!
103
97
104
98
## Resources
105
99
106
100
Here are additional resources to help you make the most of Sentry:
107
101
108
102
-[](https://docs.sentry.io/quickstart/) – Official documentation to get started.
109
-
-[](https://forum.sentry.io/c/sdks) – Forums for in-depth discussions.
-[](https://twitter.com/intent/follow?screen_name=getsentry) – Follow us on Twitter for updates.
104
+
-[](https://twitter.com/intent/follow?screen_name=getsentry) – Follow us on X (Twitter) for updates.
105
+
-[](http://stackoverflow.com/questions/tagged/sentry) – Questions and answers related to Sentry.
113
106
114
107
## License
115
108
116
109
The SDK is open-source and available under the MIT license. Check out the [LICENSE](LICENSE) file for more information.
117
110
118
111
---
119
112
120
-
Thanks to all the contributors who have made the Sentry Python SDK great!
113
+
Thanks to everyone who has helped improve the SDK!
0 commit comments