-
Notifications
You must be signed in to change notification settings - Fork 42
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
[RUM-5393] Tracking non-fatal ANRs and app hangs #715
[RUM-5393] Tracking non-fatal ANRs and app hangs #715
Conversation
a25759b
to
3b7e089
Compare
3b7e089
to
db70e4d
Compare
@@ -267,6 +267,30 @@ export class DdSdkReactNativeConfiguration { | |||
*/ | |||
public bundleLogsWithTraces: boolean = DEFAULTS.bundleLogsWithTraces; | |||
|
|||
/** | |||
* Enables tracking of non-fatal ANRs on Android. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm wondering if we can call out these platform specific features in a better and more consistent way? Basically using the same language in both in the same place so that it's not missed...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering the same thing. We could align on some good naming for these parameters, do you have any ideas?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe "This option is specific to Platform" as the second line and remove any other mention of platforms?
Looks good, I would just cleanup that one swift |
db70e4d
to
f22e070
Compare
f22e070
to
fc19da2
Compare
What does this PR do?
Adds tracking for non-fatal ANRs on Android and app hangs on iOS.
Review checklist (to be filled by reviewers)