这是indexloc提供的服务,不要输入任何密码
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.32.0
Choose a head ref
  • 20 commits
  • 59 files changed
  • 11 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
  8. Merge branch 'release/8.31.1'

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

Commits on Jul 17, 2024

  1. Fix extraneous whitespace error in Swift 6 compiler (#4174)

    The Swift 6 language module does not allow for the extraneous
    whitespace between the attribute name and '('.
    Therefore we're removing it to adhere to the compiler.
    
    Co-authored-by: mfk <mfk-ableton@ableton.com>
    mfk-ableton and mfk authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    46fc5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b97be View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. fix: Session replay crash when writing the replay (#4186)

    * fix: Session replay crash when writing the replay
    
    * Update CHANGELOG.md
    brustolin authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    10f96ae View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Record dropped spans (#4172)

    denrase authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2a769ba View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    bce565d View commit details
    Browse the repository at this point in the history
  2. chore: Deprecate options.enableTracing. (#4182)

    Deprecating options.enableTracing in order to completely remove it in the next major
    brustolin authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bb71736 View commit details
    Browse the repository at this point in the history
  3. fix(sdk): Collect only unique UIWindow references (#4159)

    When scene and app delegate holds reference to the same windows, it's added twice to the array.
    krystofwoldrich authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e8c8a05 View commit details
    Browse the repository at this point in the history
  4. release: 8.32.0

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