Skip to content
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

Closed
gid-sentry opened this issue Feb 20, 2024 · 4 comments · Fixed by #4384
Closed

Breadcrumbs coming from wrong runtime #4380

gid-sentry opened this issue Feb 20, 2024 · 4 comments · Fixed by #4384
Assignees
Labels
bug Something isn't working

Comments

@gid-sentry
Copy link

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.

@gid-sentry gid-sentry added the bug Something isn't working label Feb 20, 2024
@gid-sentry
Copy link
Author

More specific troubleshooting info available in https://getsentry.atlassian.net/browse/FEEDBACK-2112

@bruno-garcia
Copy link
Member

Looks like this got dropped completely. The details on Jira might be helpful. It's useful to know which customer too.

@bruno-garcia
Copy link
Member

This is related to unreal.crashreporter and not this plugin btw

@bitsandfoxes
Copy link
Contributor

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.

fn merge_unreal_logs(event: &mut Event, data: &[u8]) -> Result<(), Unreal4Error> {

@bitsandfoxes bitsandfoxes transferred this issue from getsentry/sentry-unreal Dec 12, 2024
@getsantry getsantry bot moved this to Waiting for: Product Owner in GitHub Issues with 👀 3 Dec 12, 2024
@Dav1dde Dav1dde self-assigned this Dec 13, 2024
@Dav1dde Dav1dde closed this as completed Dec 13, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in GDX Dec 13, 2024
@Dav1dde Dav1dde reopened this Dec 13, 2024
@Dav1dde Dav1dde moved this from Done to In Progress in GDX Dec 13, 2024
@Dav1dde Dav1dde removed this from GDX Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants