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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@
4
4
5
5
Thank you for contributing to `sentry-python`! Please add tests to validate your changes, and lint your code using `tox -e linters`.
6
6
7
-
Running the test suite on your PR might require maintainer approval. The AWS Lambda tests additionally require a maintainer to add a special label, and they will fail until this label is added.
7
+
Running the test suite on your PR might require maintainer approval.
<imgsrc="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png"alt="Sentry for Python">
3
3
</a>
4
+
<divalign="center">
4
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
7
+
[<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, [<kbd>**check out our open positions**</kbd>](https://sentry.io/careers/)_.
Sentry integrates with many popular Python libraries and frameworks, including:
73
+
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/).
76
+
## 🧩 Integrations
73
77
74
-
### Rolling Your Own Integration?
78
+
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.
75
79
76
-
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.
77
80
78
-
## Migrating Between Versions?
81
+
## 🚧 Migrating Between Versions?
79
82
80
83
### From `1.x` to `2.x`
81
84
@@ -85,30 +88,35 @@ If you're using the older `1.x` version of the SDK, now's the time to upgrade to
85
88
86
89
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/).
87
90
88
-
## Want to Contribute?
89
91
90
-
We’d love your help in improving the Sentry SDK! Whether it’s fixing bugs, adding features, or enhancing documentation, every contribution is valuable.
92
+
## 🙌 Want to Contribute?
91
93
92
-
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).
94
+
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.
93
95
94
-
## Need Help?
96
+
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).
95
97
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!
97
98
98
-
## Resources
99
+
## 🛟 Need Help?
99
100
100
-
Here are additional resources to help you make the most of Sentry:
101
+
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!
101
102
102
-
-[](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.
105
-
-[](http://stackoverflow.com/questions/tagged/sentry) – Questions and answers related to Sentry.
106
103
107
-
## License
104
+
## 🔗 Resources
105
+
106
+
Here are all resources to help you make the most of Sentry:
107
+
108
+
-[Documentation](https://docs.sentry.io/platforms/python/) - Official documentation to get started.
0 commit comments