Skip to content

Commit

Permalink
docs: Fix typo in SentryAndroidOptions (#1933)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored and stefanosiano committed Mar 29, 2022
1 parent e948a50 commit 7b31d9f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ public final class SentryAndroidOptions extends SentryOptions {
*/
private boolean anrEnabled = true;

/** ANR Timeout internal in Millis Default is 5000 = 5s Used by AnrIntegration */
/** ANR Timeout interval in Millis Default is 5000 = 5s Used by AnrIntegration */
private long anrTimeoutIntervalMillis = 5000;

/** Enable or disable ANR on Debug mode Default is disabled Used by AnrIntegration */
Expand Down

0 comments on commit 7b31d9f

Please sign in to comment.