Set the Level
The level - similar to logging levels - is generally added by default based on the integration. You can also override it within an event.
Copied
from sentry_sdk import configure_scope
with configure_scope() as scope:
scope.level = 'warning'You can edit this page on GitHub.
- Package:
- pypi:sentry-sdk
- Version:
- 0.18.0
- Repository:
- https://github.com/getsentry/sentry-python