Skip to content

Commit b9f5f0e

Browse files
committed
new emoji
1 parent d869ef4 commit b9f5f0e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<a href="https://sentry.io/?utm_source=github&utm_medium=logo" target="_blank">
22
<img src="https://sentry-brand.storage.googleapis.com/github-banners/github-sdk-python.png" alt="Sentry for Python">
33
</a>
4-
5-
64
_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/)_.
75

86
# Official Sentry SDK for Python
@@ -13,7 +11,7 @@ _Bad software is everywhere, and we're tired of it. Sentry is on a mission to he
1311

1412
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**!
1513

16-
## :rocket: Getting Started
14+
## πŸš€ Getting Started
1715

1816
### Installation
1917

@@ -59,7 +57,7 @@ For more details on advanced usage, integrations, and customization, check out t
5957
- [Official SDK Docs](https://docs.sentry.io/platforms/python/)
6058
- [API Reference](https://getsentry.github.io/sentry-python/)
6159

62-
## :electric_plug: Integrations
60+
## 🧩 Integrations
6361

6462
Sentry integrates with many popular Python libraries and frameworks, including:
6563

@@ -75,7 +73,7 @@ Want more? [Check out the full list of integrations](https://docs.sentry.io/plat
7573

7674
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.
7775

78-
## :arrows_counterclockwise: Migrating Between Versions?
76+
## 🚧 Migrating Between Versions?
7977

8078
### From `1.x` to `2.x`
8179

@@ -85,17 +83,17 @@ If you're using the older `1.x` version of the SDK, now's the time to upgrade to
8583

8684
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/).
8785

88-
## :raised_hands: Want to Contribute?
86+
## πŸ™Œ Want to Contribute?
8987

9088
We'd love your help in improving the Sentry SDK! Whether it's fixing bugs, adding features, or enhancing documentation, every contribution is valuable.
9189

9290
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).
9391

94-
## :lifering: Need Help?
92+
## πŸ›Ÿ Need Help?
9593

9694
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!
9795

98-
## :books: Resources
96+
## πŸ“š Resources
9997

10098
Here are additional resources to help you make the most of Sentry:
10199

@@ -104,13 +102,11 @@ Here are additional resources to help you make the most of Sentry:
104102
- [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry) – Follow us on X (Twitter) for updates.
105103
- [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry) – Questions and answers related to Sentry.
106104

107-
## :page_with_curl: License
105+
## πŸ“ƒ License
108106

109107
The SDK is open-source and available under the MIT license. Check out the [LICENSE](LICENSE) file for more information.
110108

111-
---
112-
113-
## :kissing_heart: Contributors
109+
## 😘 Contributors
114110

115111
Thanks to everyone who has helped improve the SDK!
116112

0 commit comments

Comments
Β (0)