File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
sentry-android-core/src/main/java/io/sentry/android/core Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ### Unreleased
4
+
5
+ ### Fixes
6
+
7
+ - Change TTFD timeout to 25 seconds ([ #3984 ] ( https://github.com/getsentry/sentry-java/pull/3984 ) )
8
+
3
9
## 7.19.0
4
10
5
11
### Fixes
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public final class ActivityLifecycleIntegration
57
57
static final String APP_START_COLD = "app.start.cold" ;
58
58
static final String TTID_OP = "ui.load.initial_display" ;
59
59
static final String TTFD_OP = "ui.load.full_display" ;
60
- static final long TTFD_TIMEOUT_MILLIS = 30000 ;
60
+ static final long TTFD_TIMEOUT_MILLIS = 25000 ;
61
61
private static final String TRACE_ORIGIN = "auto.ui.activity" ;
62
62
63
63
private final @ NotNull Application application ;
You can’t perform that action at this time.
0 commit comments