Skip to content

Scope sync attachments for Android, iOS and Native #5052

@jamescrosswell

Description

@jamescrosswell

This was actually just added in 0.13.3 of the Native SDK:

We should probably add a follow up task for this (and to investigate the other native syncs).

Originally posted by @jamescrosswell in #5038

Warning

Before implementing for Native, consider/verify how scopes are stored in the Native SDK. Can they be AsyncLocal? If not, we don't want to add attachments from one AsyncLocal scope that get added to events from another AsyncLocal scope... in an ASP.NET Core app (native AOT), that could result in attachments relating to one request being added to events from other requests.

See:

➡️ A possible solution to this is to limit the attachment sync to global scope mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETPull requests that update .net codeImprovement
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions