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-cocoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.57.0
Choose a base ref
...
head repository: getsentry/sentry-cocoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.57.2
Choose a head ref
  • 9 commits
  • 47 files changed
  • 4 contributors

Commits on Oct 14, 2025

  1. Merge branch 'release/8.57.0' into v8.x

    getsentry-bot committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    c11a8e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Configuration menu
    Copy the full SHA
    41834f1 View commit details
    Browse the repository at this point in the history
  2. fix: Fix crash when last replay info is missing some keys (#6577)

    * fix: Fix crash when last replay info is missing keys
    
    * Update changelog
    itaybre authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    e537c90 View commit details
    Browse the repository at this point in the history
  3. fix: Disable SessionSentryReplayIntegration if the environment is uns…

    …afe (#6573)
    
    * fix: Disable SessionSentryReplayIntegration if the environment is unsafe
    
    * Simplify shouldEnableSessionReplay
    
    * Rename test
    
    * Add log message
    
    * Update changelog
    
    * Safely unwrap SentryOptions
    itaybre authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    5fce94f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Configuration menu
    Copy the full SHA
    b79b552 View commit details
    Browse the repository at this point in the history
  2. release: 8.57.1

    getsentry-bot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    e1e94ef View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/8.57.1' into v8.x

    getsentry-bot committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    653de7c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. fix(session-replay): Cherry-pick session replay masking fixes from ma…

    …in (#6678)
    
    * fix(session-replay): Update rendering method for fast view rendering (#6360)
    * fix(session-replay): Extend masking and focus masking on sensitive information (#6292)
    * test(session-replay): Add masking tests for common cases (#6567)
    * test(session-replay): Add masking tests for React Native views (#6568)
    * fix(session-replay): Fix conversion of frame rate to time interval (#6623)
    * test(session-replay): Add masking tests for edge cases (#6569)
    * test(session-replay): Add masking tests for UIKit views (#6570)
    * test(session-replay): Add masking tests for special views (#6571)
    * fix(session-replay): Include layer background color when checking if a view is opaque (#6629)
    * chore(tests): Remove snapshot testing to reduce repository size (#6631)
    * chore: Remove unwanted CHANGELOG entries from cherry-pick
    - Remove #5591 (minimum OS version warnings) - not related to session replay
    - Remove #6019 (SCNetworkReachability) - not related to session replay
    - Remove #6377 (thread event issue) - not related to session replay
    - Remove #6381 (frame delay) - duplicate/not related to session replay
    - Keep only session replay masking related changes
    * docs: Move changelog changes from v8.57.1 to unreleased
    * test: Resolve wrong assertions involed due to merge-conflict
    * chore: Update sdk_api_V9.json
    philprime authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    c21a31f View commit details
    Browse the repository at this point in the history
  2. release: 8.57.2

    getsentry-bot committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    bcd8bfb View commit details
    Browse the repository at this point in the history
Loading