Skip to content

Commit

Permalink
Merge branch 'main' into rz/fix/session-replay-leak
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn authored Dec 13, 2024
2 parents 9eb8184 + aed2cf7 commit 6a3c673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## Unreleased
### Unreleased

### Fixes

- Change TTFD timeout to 25 seconds ([#3984](https://github.com/getsentry/sentry-java/pull/3984))
- Session Replay: Fix memory leak when masking Compose screens ([#3985](https://github.com/getsentry/sentry-java/pull/3985))

## 7.19.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public final class ActivityLifecycleIntegration
static final String APP_START_COLD = "app.start.cold";
static final String TTID_OP = "ui.load.initial_display";
static final String TTFD_OP = "ui.load.full_display";
static final long TTFD_TIMEOUT_MILLIS = 30000;
static final long TTFD_TIMEOUT_MILLIS = 25000;
private static final String TRACE_ORIGIN = "auto.ui.activity";

private final @NotNull Application application;
Expand Down

0 comments on commit 6a3c673

Please sign in to comment.