Enhanced Locals
This integration uses pure_eval
to safely evaluate additional expressions in the source code and display their values alongside other local variables.
This integration is experimental. It may be removed in minor versions.
Python version 3.5 or greater is required.
To install dependencies, either pip install 'sentry-sdk[pure_eval]'
or pip install pure_eval executing asttokens
.
Add PureEvalIntegration()
to your integrations
list:
Copied
import sentry_sdk
from sentry_sdk.integrations.pure_eval import PureEvalIntegration
sentry_sdk.init(
dns="https://examplePublicKey@o0.ingest.sentry.io/0",
integrations=[
PureEvalIntegration(),
],
)
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) to suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) to suggesting an update ("yeah, this would be better").
- Package:
- pypi:sentry-sdk
- Version:
- 1.14.0
- Repository:
- https://github.com/getsentry/sentry-python