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
get_last_event_id
It is needed for using the user feedback dialog.
The last_event_id used to be save on the Hub: https://github.com/getsentry/sentry-python/blob/1.45.0/sentry_sdk/api.py#L207
last_event_id
Now we can save it to the isolation Scope. (we need to talk about if this is the best place)
The text was updated successfully, but these errors were encountered:
Duplicate of #3049
Sorry, something went wrong.
No branches or pull requests
It is needed for using the user feedback dialog.
The
last_event_id
used to be save on the Hub: https://github.com/getsentry/sentry-python/blob/1.45.0/sentry_sdk/api.py#L207Now we can save it to the isolation Scope. (we need to talk about if this is the best place)
The text was updated successfully, but these errors were encountered: