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: ca5a896
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: 2de45eb
Choose a head ref
  • 7 commits
  • 44 files changed
  • 4 contributors

Commits on Dec 23, 2024

  1. Merge branch 'release/7.19.1'

    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