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 committed Mar 3, 2022
1 parent 296085d commit 7de93ff
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 7de93ff

Please sign in to comment.