Skip to content

Added links to APIdocs where the levels are listed #9462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/platforms/python/integrations/django/http_errors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ def my_custom_page_not_found_view(*args, **kwargs):

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

For details about `capture_message()`, see the [API Documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.capture_message).

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>.
2 changes: 2 additions & 0 deletions docs/platforms/python/usage/set-level/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ sidebar_order: 5
The level - similar to logging levels - is generally added by default based on the integration. You can also override it within an event.

<PlatformContent includePath="set-level" />

For a list of possible levels, see the [API Documentation](https://getsentry.github.io/sentry-python/api.html#sentry_sdk.api.set_level).