Skip to content

Fix Breadcrumb ordering #3306

Closed
Closed
@antonpirker

Description

@antonpirker

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.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions