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.30.1
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.31.1
Choose a head ref
  • 11 commits
  • 28 files changed
  • 6 contributors

Commits on Jul 10, 2024

  1. Merge branch 'release/8.30.1'

    getsentry-bot committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7e757f4 View commit details
    Browse the repository at this point in the history
  2. fix: handle invalid NSUnderlyingErrorKey (#4144)

    Fix an app crash that occurs when trying to log an invalid value for the key NSUnderlyingErrorKey within the userInfo of an NSError.
    jmkrein authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    86660d6 View commit details
    Browse the repository at this point in the history
  3. feat: Include the screen names in the session replay (#4126)

    Include the screen names in the session replay
    brustolin authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    152437a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e773cad View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: Session replay in buffer mode not working (#4160)

    The frames during buffer mode were not being saved to disk
    brustolin authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4c88d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29ad40f View commit details
    Browse the repository at this point in the history
  3. release: 8.31.0

    getsentry-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6f8d236 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'release/8.31.0'

    getsentry-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6878870 View commit details
    Browse the repository at this point in the history
  5. fix: Session replay video duration from seconds to milliseconds (#4163)

    Fix required for the front player.
    
    Fixes getsentry/sentry#74289
    brustolin authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    df27b71 View commit details
    Browse the repository at this point in the history
  6. fix: pass through captureReplay (#4164)

    Uncomment a commented code left behind for tests.
    bruno-garcia authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7fadd24 View commit details
    Browse the repository at this point in the history
  7. release: 8.31.1

    getsentry-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7339fcb View commit details
    Browse the repository at this point in the history
Loading