-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Several Stacktraces can ignored when an event was reported #489
Comments
@km-jiaxiu I don't think you can alter the stack trace of the event being captured by native SDK on Android. Can you elaborate on what that delegate you've mentioned above is responsible for and how exactly it works? |
SentrySubsystemAndroid.cpp :
|
If you want to modify the event before it gets sent you can take a look at the
|
@km-jiaxiu We've managed to resolve this issue in #537. The fix should be available with the next plugin release or you can try to download the corresponding package from our GitHub CI here. |
We made our own delegate to report the Android platform's assertions,But the top couple of Stacktraces we don't want to report,or that's what happens:we want the "UEngine:PerformError" to be top so that the title is displayed correctly.
Otherwise all assertions are displayed “SentrySubsystemAndroid::OnCrashing” ,[Issue Grouping]--[FINGERPRINT RULES]--[stack.*] only get the top stack so i cannot make a correctly title
Or is there another way to solve this problem?
thanks~
The text was updated successfully, but these errors were encountered: