-
-
Notifications
You must be signed in to change notification settings - Fork 255
Symbolicate Flutter issue's title #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment has been minimized.
This comment has been minimized.
is it doable in the nearest future ? |
This comment has been minimized.
This comment has been minimized.
Any updates on this? It will save us some time if we have this feature and might also help with the issues grouping. |
@ioanniskouts is in the plan but I don't have a timeline, this won't affect grouping though, it's only about the issue's title. |
There seem to be a bigger issue with that - each release is a new build, which regenerated all symbols that have different obfuscation values. This causes that existing issues are duplicated and maintaining the project becomes very time consuming to merge again and again the same issues. Is there any solution for that ? |
@aprzedecki issues are grouped per stack trace by default, and grouping happens after symbolication, this isn't related to this issue (this is just about the title). |
Ok, thanks for clearing up. |
This is not possible on Flutter web, See https://github.com/dart-lang/sdk/blob/master/pkg/compiler/doc/sourcemap_extensions.md#global-minified-names We'll need to address dart-lang/sdk#51941 first which is being able to upload the generated file from ( I'll check AOT compiled apps now. |
Found an alternative for AOT apps, See dart-lang/sdk#51941 (comment) |
@marandaneto any news on this one ? |
Hey @aprzedecki, thanks for your interest - we don't have definite plans or a timeline at the moment. cc @buenaflor |
@Masadow could you share a link to the event to [email protected] please |
Update: we merged an improvement to mitigate this issue for well-known exception types, will be available with the next release. cc @buenaflor Edit: Read our changelog entry for more info |
In our case, the title of issues are still obfuscated, even for throwing a simple exception. I see in the update that we could upload the obfuscation map, but I don't see any option for that in the latest version. Any update on getting this to work on native platforms? Tested with
|
Right now we cant upload, the update was meant to say that we can implement this and don't have any blockers, it's not supported yet, sry for misleading here. If you want to mitigate this issue for now you can use our |
Problem Statement
https://docs.sentry.io/platforms/flutter/troubleshooting/#known-limitations
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:
Web:
Still blocked byneeds investigation whether this is really blockedbuildId
support for Flutter Web dart-lang/sdk#53027The text was updated successfully, but these errors were encountered: