Skip to content

Offload NDK Scope sync to background thread #3046

@markushi

Description

@markushi

Problem Statement

As of now any context data (user, breadcrumb, tags, ...) is synced to sentry-native on the calling thread. The calling thread might be the main thread, which is not optimal.

Solution Brainstorm

We should offload the scope sync to a background thread, ensuring we're not spending too much time on the main thread.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions