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

Fix Breadcrumb ordering #3306

Closed
antonpirker opened this issue Jul 19, 2024 · 0 comments · Fixed by #3307
Closed

Fix Breadcrumb ordering #3306

antonpirker opened this issue Jul 19, 2024 · 0 comments · Fixed by #3307
Assignees
Labels
Component: SDK Core Dealing with the core of the SDK Type: Bug Something isn't working

Comments

@antonpirker
Copy link
Member

antonpirker commented Jul 19, 2024

How do you use Sentry?

Sentry Saas (sentry.io)

Version

all

Steps to Reproduce

Breadcrumbs live on the Scope.

Before the event is sent to Sentry the list of breadcrumbs of multiple Scopes are concatenated list of breadcrumbs that is sent to Sentry.

We do not order the final breadcrumb list before sending, so all breadcrumbs of Scope A are followed by all breadcrumbs of Scope B.

Expected Result

The breadcrumbs should be ordered by timestamp before being sent to Sentry.

@antonpirker antonpirker added Component: SDK Core Dealing with the core of the SDK Type: Bug Something isn't working labels Jul 19, 2024
@antonpirker antonpirker self-assigned this Jul 19, 2024
antonpirker added a commit that referenced this issue Jul 19, 2024
Make sure our breadcrumbs are sorted by timestamp before sending to Sentry.

Fixes #3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: SDK Core Dealing with the core of the SDK Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant