这是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: 7.27.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: 7.27.1
Choose a head ref
  • 17 commits
  • 77 files changed
  • 7 contributors

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    6177f2d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/7.27.0'

    getsentry-bot committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6a98cd2 View commit details
    Browse the repository at this point in the history
  3. ci: Point to latest GH hash for VLC tests (#2237)

    Update VLC integration tests to the latest commit hash.
    philipphofmann authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    075911d View commit details
    Browse the repository at this point in the history
  4. meta: Changelog link start-up crashes (#2238)

    The feature list will show start-up crashes after merging getsentry/sentry-docs#5579.
    philipphofmann authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0fdf0b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. fix: Return SentryNoOpSpan when starting a child on a finished transa…

    …ction (#2239)
    
    * fix: Starting a new span on a finished span results in a SentryNoOpSpan
    
    Closes #1624
    
    * Add a test
    
    * Changelog
    
    * Fix test
    
    * Fix test
    
    * Move changelog
    
    (this is such an annoying manual thing to keep fixing)
    
    * Whoops
    
    * Fix tests (why does this work locally?)
    
    * Clean up
    
    * Use self.tracer.isFinished
    
    * Add testStartGrandChildOnFinishedSpan
    
    * Move logic to SentryTracer
    kevinrenskers authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4a0c282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2f1150 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    c929040 View commit details
    Browse the repository at this point in the history
  2. fix: Fix VLC integration test (#2251)

    Use iOS 16.0
    kevinrenskers authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ee127f4 View commit details
    Browse the repository at this point in the history
  3. ci: Fix Validate podspec (#2253)

    Since October 3rd the default Xcode version is 14.0.1,
    which breaks pod lib lint. Ideally, we fix the underlying issue
    but for now, let's keep using Xcode 13.4.1 for pod lib lint.
    philipphofmann authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c61d869 View commit details
    Browse the repository at this point in the history
  4. fix: adverse frame timestamps (#2226)

    * remove duplicate assignment of current->previous frame timestamp before usages
    
    testing stuff:
    * factor out assert(slow:frozen:total:) function and add assert for adverse timestamps and frame rate timestamps
    * always record timestamps when testing instead of checking if profiling is enabled
    
    various cleanup:
    * rename assertPreviousCountBiggerThanCurrent->assertPreviousCountLesserThanCurrent
    * set to default frame rate in divide by 0 situations
    * clarify the checks made before recording a frame rate, and dont record insignificant rate changes
    armcknight authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6760996 View commit details
    Browse the repository at this point in the history
  5. ci: Run pod lib lint in parallel (#2255)

    Pod lib lint runs validations for all platforms sequentially. We can
    speed up CI by using a matrix for each platform, so
    they run in parallel.
    philipphofmann authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    4a257fb View commit details
    Browse the repository at this point in the history
  6. ci: Remove test retries (#2242)

    Instead of retrying the failing tests multiple times, we
    should fix them or disable them. Retry can hide flaky tests.
    Furthermore, retries slow down CI.
    philipphofmann authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    347a8e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. ref: remove watchkit project from workspace as it is rarely worked on…

    … and constantly dirties the index (#2256)
    armcknight authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    604586a View commit details
    Browse the repository at this point in the history
  2. ci: Fix building watchOS sample (#2260)

    Was broken with #2256, as this
    PR removed it from the workspace. Now we call the
    project directly.
    philipphofmann authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    db5f62a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbeb49a View commit details
    Browse the repository at this point in the history
  4. fix: Add app start to first finished transaction (#2252)

    The SDK added the app start measurement and spans to the first
    finished auto-generated UIViewController transaction. The first finished
    UIViewController transaction is not necessarily the transaction of the
    first loaded screen. As auto-generated transactions for
    UIViewControllers wait for all children to finish, it may kick off, for
    example, a web request that lasts for a couple of seconds in the
    background. In the meantime, the user navigates to another screen,
    which finishes loading before the web request. The SDK added the
    app start data to the wrong transaction in such an edge case. This is
    fixed now by adding the app start data to the first started transaction.
    
    Fixes GH-2248
    
    Co-authored-by: Bruno Garcia <bruno@brunogarcia.com>
    philipphofmann and bruno-garcia authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6dc0bd1 View commit details
    Browse the repository at this point in the history
  5. release: 7.27.1

    getsentry-bot committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    3441e8f View commit details
    Browse the repository at this point in the history
Loading