We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Python SDK
There was an error in the Python (SDK 2.x) sample code in the following link. Attachments | Sentry for Python
Python (SDK 2.x)
incorrect code here.
scope = sentry_sdk.get_current_scope() # this is incorrect, raise Attribute Error.
correct code here.
scope = sentry_sdk.Scope().get_current_scope() # this would be correct.
The Python SDK that was tested is 2.10.0.
2.10.0
No response
The text was updated successfully, but these errors were encountered:
Assigning to @getsentry/support for routing ⏲️
Sorry, something went wrong.
No branches or pull requests
SDK
Python SDK
Description
There was an error in the
Python (SDK 2.x)
sample code in the following link.Attachments | Sentry for Python
incorrect code here.
correct code here.
The Python SDK that was tested is
2.10.0
.Suggested Solution
No response
The text was updated successfully, but these errors were encountered: