Skip to content

Symbolicate Flutter issue's title #2805

@marandaneto

Description

@marandaneto

Problem Statement

https://docs.sentry.io/platforms/flutter/troubleshooting/#known-limitations

Issue titles might be obfuscated as we rely on the runtimeType, but they may not be human-readable. See the Obfuscate Caveat.

The issue's title is still obfuscated even if uploading debug symbols and symbolicating the error.

Solution Brainstorm

We can infer the title from the exception list, similarly to how Java does.
https://github.com/getsentry/sentry/blob/master/src/sentry/lang/java/processing.py#L6

Product Area

Issues


Update

Native platforms such as iOS, Android:

  • Can be implemented, sentry-cli can associate the generated file (--extra-gen-snapshot-options=--save-obfuscation-map=mapping.json) with the Code ID from the debug symbols
  • We'll need to update sentry-cli and the sentry backend

-> iOS and Android supported since Sentry Dart Plugin 3.2.0-beta.1

Web:

Metadata

Metadata

Assignees

Projects

Status

Backlog

Status

No status

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions