Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.19.0
Choose a base ref
...
head repository: getsentry/sentry-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.20.0
Choose a head ref
  • 18 commits
  • 65 files changed
  • 7 contributors

Commits on Dec 12, 2024

  1. Merge branch 'release/7.19.0'

    getsentry-bot
    getsentry-bot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    84b57d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Change TTFD timeout to 25 seconds (#3984)

    * changed TTFD timeout to 25 seconds, to avoid competing with transaction's timeout
    stefanosiano authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    aed2cf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Bump github/codeql-action from 3.27.5 to 3.27.9 (#3986)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.5 to 3.27.9.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f09c1c0...df409f7)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    8f4f070 View commit details
    Browse the repository at this point in the history
  2. Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 (#3973)

    Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.9 to 4.7.2.
    - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
    - [Commits](JamesIves/github-pages-deploy-action@62fec3a...15de0f0)
    
    ---
    updated-dependencies:
    - dependency-name: JamesIves/github-pages-deploy-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    60f0792 View commit details
    Browse the repository at this point in the history
  3. Bump gradle/actions (#3987)

    Bumps [gradle/actions](https://github.com/gradle/actions) from 4ba34e96c5f6493e99d0696180a9a8d431577ba9 to 3839b20885c2c3507be5f0521853826f4b37038a.
    - [Release notes](https://github.com/gradle/actions/releases)
    - [Commits](gradle/actions@4ba34e9...3839b20)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/actions
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    a4f2eef View commit details
    Browse the repository at this point in the history
  4. [SR] Fix memory leak in Compose masking (#3985)

    * Fix memory leak in Compose masking for Session Replay
    
    * Formatting
    
    * Changelog
    
    * Have window for AGP matrix in emulators
    
    * WIP
    
    * add no-window
    
    * Fix tests
    
    * Fix
    
    * update proguard rules
    romtsn authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    00f91f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90eb1e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. [SR] Fix ANRs and speed up (#4001)

    * Get rid of the  lock on touch events
    
    * pre-allocate some things for gesture converter
    
    * have one less thread switch for re]play
    
    * update
    
    * Changelog
    romtsn authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    91bb628 View commit details
    Browse the repository at this point in the history
  2. [SR] Flutter improvements (#4007)

    * Get rid of the  lock on touch events
    
    * pre-allocate some things for gesture converter
    
    * have one less thread switch for re]play
    
    * update
    
    * Changelog
    
    * Add option to disable orientation change tracking for session replay
    
    * Make RecorderConfig lazier
    
    * Fix tests
    
    * Changelog
    romtsn authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    d410b56 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md (#4009)

    vaind authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    76d2ad6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. release: 7.19.1

    getsentry-bot committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    ca5a896 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Merge branch 'release/7.19.1'

    getsentry-bot
    getsentry-bot committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    ee833e6 View commit details
    Browse the repository at this point in the history
  2. Warm start detection (#3937)

    * ActivityLifecycleIntegration:
    - creates `onCreate` and `onStart` TimeSpans
    - set app start type to warm in AppStartMetrics when needed
    - saves SystemClock.uptimeMillis to set app start timestamp
    - sets start type to warm even when cold start was invalid (app was started in background, like via BroadcastReceiver)
    - restart app start in AppStartMetrics in perfv1, too
    
    * reverted TimeSpan.setStartUnixTimeMs to @testonly method
    * AppStartMetrics has now a method to restart appStartSpan and reset its uptime_ms
    * PerformanceAndroidEventProcessor now attaches activity start spans to warm starts, too
    * SentryPerformanceProvider doesn't create spans anymore
    * TimeSpan.setStartUnixTimeMs now shifts other timestamps accordingly
    stefanosiano authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    45a4343 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Configuration menu
    Copy the full SHA
    75ebe50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa5279 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2025

  1. Configuration menu
    Copy the full SHA
    90d524d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4267ac9 View commit details
    Browse the repository at this point in the history
  3. release: 7.20.0

    getsentry-bot committed Jan 2, 2025
    Configuration menu
    Copy the full SHA
    2de45eb View commit details
    Browse the repository at this point in the history
Loading