-
Notifications
You must be signed in to change notification settings - Fork 94
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
Breadcrumbs coming from wrong runtime #4380
Comments
More specific troubleshooting info available in https://getsentry.atlassian.net/browse/FEEDBACK-2112 |
Looks like this got dropped completely. The details on Jira might be helpful. It's useful to know which customer too. |
This is related to |
Based on the additional context this is a processing issue in relay. Depending on which order the logfiles get processed (i.e. alphanumerical?), different logs make it into breadcrumbs. relay/relay-server/src/utils/unreal.rs Line 125 in 1a56dbc
|
Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which version of the SDK?
Unreal Upload Endpoint
Steps to Reproduce
Upload two log files, breadcrumbs seem to be coming from the latter rather than the former.
Expected Result
Breadcrumbs come from former file.
Actual Result
Breadcrumbs come from the wrong file.
The text was updated successfully, but these errors were encountered: