Description
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.