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.22.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.22.1
Choose a head ref
  • 4 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 11, 2025

  1. Merge branch 'release/7.22.0' into 7.x.x

    getsentry-bot
    getsentry-bot committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    373370e View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Fix Ensure app start type is set, even when ActivityLifecycleIntegrat…

    …ion is not running (#4216)
    
    * Ensure app start type is set, even when ActivityLifecycleIntegration is not activated
    
    * Update Changelog
    
    * Add proper tests
    
    * Add code comments
    
    * Unify handling
    
    * Move all app start handling to AppStartMetrics
    
    * Make tests happy
    
    * Fix flaky RateLimiter test (#4100)
    
    * changed RateLimiterTest `close cancels the timer` to use reflection
    
    * Update sentry-android-core/src/main/java/io/sentry/android/core/ActivityLifecycleIntegration.java
    
    Co-authored-by: Stefano <[email protected]>
    
    * Address PR feedback
    
    * Fix post-merge conflict
    
    * Format code
    
    * Address PR feedback
    
    * Address PR feedback
    
    * Update sentry-android-core/src/main/java/io/sentry/android/core/performance/AppStartMetrics.java
    
    ---------
    
    Co-authored-by: Stefano <[email protected]>
    Co-authored-by: Sentry Github Bot <[email protected]>
    3 people authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    f10c73c View commit details
    Browse the repository at this point in the history
  2. Fix properly reset application/content-provider timespans (#4244)

    * Fix properly reset application/content-provider timespans
    
    * Update Changelog
    markushi authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    90fd679 View commit details
    Browse the repository at this point in the history
  3. release: 7.22.1

    getsentry-bot committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    2384975 View commit details
    Browse the repository at this point in the history
Loading