-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Symbolicate Flutter issue's title #48334
Comments
This comment has been minimized.
This comment has been minimized.
is it doable in the nearest future ? |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
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 |
@kahest do you guys have any update on this? Thanks |
Hey @ioanniskouts nothing definite at the moment, we'll keep you posted! |
Any update on this? |
Any update on this please? |
Please see above - we plan to tackle this but don't have a concrete ETA yet. We're keeping this issue up to date as things develop. |
While this issue is resolved, what is the current workaround to troubleshoot issue like this ?
The deobfuscated stack trace might not be enough without knowing which types are causing trouble |
Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️ |
@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 |
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
The text was updated successfully, but these errors were encountered: