Skip to content

Commit 02670e7

Browse files
Added links to APIdocs where the levels are listed (#9462)
I updated the docs to include links to the autogenerated APIdocs that list the possible values for level. --------- Co-authored-by: vivianyentran <[email protected]>
1 parent 8d8270d commit 02670e7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/platforms/python/integrations/django/http_errors.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ def my_custom_page_not_found_view(*args, **kwargs):
2727

2828
The error message you send to Sentry will have the usual request data attached.
2929

30+
For details about `capture_message()`, see the [API Documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.capture_message).
31+
3032
Refer to [Customizing Error Views](https://docs.djangoproject.com/en/3.0/topics/http/views/#customizing-error-views) from the Django documentation for more information. You can also view our <PlatformLink to="/troubleshooting/">troubleshooting information</PlatformLink>.

docs/platforms/python/usage/set-level/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ sidebar_order: 5
77
The level - similar to logging levels - is generally added by default based on the integration. You can also override it within an event.
88

99
<PlatformContent includePath="set-level" />
10+
11+
For a list of possible levels, see the [API Documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.set_level).

0 commit comments

Comments
 (0)