-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
Description
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:
Still blocked byneeds investigation whether this is really blockedbuildId
support for Flutter Web dart-lang/sdk#53027- -> Not blocked, we already inject the debug id via sentry-cli however Web will be done separately from iOS and Android
Angelodaniel, ioanniskouts, aprzedecki, guy-plentific, marcellplentific and 22 more
Metadata
Metadata
Assignees
Labels
Projects
Status
Backlog
Status
No status
Status
No status