-
Notifications
You must be signed in to change notification settings - Fork 0
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
Report as app context what's the current activity during the error #18
Comments
We should define what would be the key for this in |
The navigation crumbs on Cocoa are based on We could traverse the view controller tree to find out the root controller, but even this is not guaranteed to be correct. |
RN sends this information as a tag Could the key be:
|
As discussed for Cocoa here: getsentry/sentry-cocoa#3140 (comment)
|
For android: https://github.com/skydoves/snitcher |
I'd like to know which Activity/Screen was visible during the error (right now we only know if it's in the background or foreground).
Right now it's only possible by looking at crumbs, I want to make this more visible.
This should be searchable/alertable, I want to know which screens are getting more errors and alert only the screens I care the most.
For transactions this is not needed since the Screen name is already the transaction name.
I want to filter/alert errors that happened during screen X only.
For example, an error that happened after payment is less important than an error during the payment :P
Tasks
view_names
toAppContext
relay#2344Other platforms to consider:
The text was updated successfully, but these errors were encountered: