-
Notifications
You must be signed in to change notification settings - Fork 517
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
Getting an exception while capturing an existing #3508
Comments
Also seeing this, same versions of sentry and sentry-struct-logs, and error 🙈 |
@jainankit or @jonas-debeuk, could one of you please share a minimal reproduction? I am not very familiar with |
Hey folks, the breadcrumb sorting code that the error originates from was added recently. If you revert to SDK version 2.10.0, you shouldn't see this anymore. FWIW the |
- get_isolation_scope needs 2.12 (not 2.0) - this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
- get_isolation_scope needs 2.12 (not 2.0) - this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
- get_isolation_scope needs 2.12 (not 2.0) - this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
- get_isolation_scope needs 2.12 (not 2.0) - this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
- get_isolation_scope needs 2.12 (not 2.0) - this breadcrumb sorting issue/crash is fixed in 2.15 getsentry/sentry-python#3508 (comment)
How do you use Sentry?
Sentry Saas (sentry.io)
Version
2.13.0
Steps to Reproduce
We are using sentry-sdk
2.13.0
for python. We also alongside use"structlog-sentry ~= 2.1.0"
. We are seeing a large number of Sentry errors while capturing the exception stack-trace. It seems like there's an issue with capturing breadcrumbs, in what is being captured in timestamp:Expected Result
No error is thrown while capturing the sentry exception
Actual Result
When this issue happens, the error is not captured in Sentry dashboard, so we are dropping events.
The text was updated successfully, but these errors were encountered: