File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,9 @@ capture_message("Hello World") # Will create an event.
22
22
raise ValueError () # Will also create an event.
23
23
```
24
24
25
- To learn more about how to use the SDK:
26
-
27
- - [ Getting started with the new SDK] ( https://docs.sentry.io/error-reporting/quickstart/?platform=python )
28
- - [ Configuration options] ( https://docs.sentry.io/error-reporting/configuration/?platform=python )
29
- - [ Setting context (tags, user, extra information)] ( https://docs.sentry.io/enriching-error-data/additional-data/?platform=python )
30
- - [ Integrations] ( https://docs.sentry.io/platforms/python/ )
31
-
32
- Are you coming from raven-python?
33
-
34
- - [ Cheatsheet: Migrating to the new SDK from Raven] ( https://docs.sentry.io/platforms/python/migration/ )
35
-
36
- To learn about internals:
37
-
38
- - [ API Reference] ( https://getsentry.github.io/sentry-python/ )
25
+ - To learn more about how to use the SDK [ refer to our docs] ( https://docs.sentry.io/platforms/python/ )
26
+ - Are you coming from raven-python? [ Use this cheatcheet] ( https://docs.sentry.io/platforms/python/migration/ )
27
+ - To learn about internals use the [ API Reference] ( https://getsentry.github.io/sentry-python/ )
39
28
40
29
# Contributing to the SDK
41
30
You can’t perform that action at this time.
0 commit comments