Skip to content

Commit c49a6be

Browse files
committed
Remove stuff
1 parent e233b98 commit c49a6be

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
<div align="center">
66

7-
<br/>
8-
97
[![Discord](https://img.shields.io/discord/621778831602221064?logo=discord&labelColor=%20%235462eb&logoColor=%20%23f5f5f5&color=%20%235462eb)](https://discord.gg/wdNEHETs87)
108
[![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=@getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry)
119
[![PyPi page link -- version](https://img.shields.io/pypi/v/sentry-sdk.svg)](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
2422

2523
Welcome to the official Python SDK for **[Sentry](http://sentry.io/)**.
2624

27-
<a name="getting-started"></a>
25+
2826
## πŸ“¦ Getting Started
2927

3028
### Prerequisites
@@ -70,18 +68,17 @@ sentry_sdk.capture_message("Hello Sentry!") # You'll see this in your Sentry da
7068
raise ValueError("Oops, something went wrong!") # This will create an error event in Sentry.
7169
```
7270

73-
<a name="documentation"></a>
71+
7472
## πŸ“š Documentation
7573

7674
For more details on advanced usage, integrations, and customization, check out the full documentation on [https://docs.sentry.io](https://docs.sentry.io/).
7775

78-
<a name="integrations"></a>
76+
7977
## 🧩 Integrations
8078

8179
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.
8280

8381

84-
<a name="migrating"></a>
8582
## 🚧 Migrating Between Versions?
8683

8784
### 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
9289

9390
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/).
9491

95-
<a name="contributing"></a>
92+
9693
## πŸ™Œ Want to Contribute?
9794

9895
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.
9996

10097
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).
10198

102-
<a name="help"></a>
99+
103100
## πŸ›Ÿ Need Help?
104101

105102
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!
106103

107-
<a name="resources"></a>
104+
108105
## πŸ”— Resources
109106

110107
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:
119116

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

122-
<a name="contributors"></a>
119+
123120
## 😘 Contributors
124121

125122
Thanks to everyone who has helped improve the SDK!

0 commit comments

Comments
Β (0)