We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a456f9 + 8e956fb commit 2878407Copy full SHA for 2878407
1 file changed
bugsnag-android-core/src/main/java/com/bugsnag/android/Configuration.java
@@ -567,7 +567,7 @@ public long getThreadCollectionTimeLimitMillis() {
567
568
/**
569
* Sets the maximum time for collecting threads and traces.
570
- * By default, up to 500 milliseconds are reported.
+ * By default, up to 5000 milliseconds are reported.
571
*/
572
public void setThreadCollectionTimeLimitMillis(
573
@IntRange(from = 0) long threadCollectionTimeLimitMillis
0 commit comments