Skip to content

There's no way to customize the fingerprint when an ANR occurs. #3100

@RUOK90

Description

@RUOK90

Problem Statement

When customizing the fingerprint using the SDK, it's typically done as follows:

options.beforeSend = (event, hint) {
event.fingerprint = ...
return event;
};

However, in the case of errors occurring at the native level, such as ANRs, the beforeSend callback is not triggered, making it impossible to customize the fingerprint. Consequently, we cannot group events as desired.

Solution Brainstorm

Unfortunately, I have no ideas.

Are you willing to submit a PR?

None

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions