-
-
Notifications
You must be signed in to change notification settings - Fork 372
Comparing changes
Open a pull request
base repository: getsentry/sentry-cocoa
base: 7.27.0
head repository: getsentry/sentry-cocoa
compare: 7.27.1
- 17 commits
- 77 files changed
- 7 contributors
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6177f2d - Browse repository at this point
Copy the full SHA 6177f2dView commit details -
getsentry-bot committed
Sep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 6a98cd2 - Browse repository at this point
Copy the full SHA 6a98cd2View commit details -
ci: Point to latest GH hash for VLC tests (#2237)
Update VLC integration tests to the latest commit hash.
Configuration menu - View commit details
-
Copy full SHA for 075911d - Browse repository at this point
Copy the full SHA 075911dView commit details -
meta: Changelog link start-up crashes (#2238)
The feature list will show start-up crashes after merging getsentry/sentry-docs#5579.
Configuration menu - View commit details
-
Copy full SHA for 0fdf0b2 - Browse repository at this point
Copy the full SHA 0fdf0b2View commit details
Commits on Oct 3, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 4a0c282 - Browse repository at this point
Copy the full SHA 4a0c282View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f1150 - Browse repository at this point
Copy the full SHA e2f1150View commit details
Commits on Oct 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c929040 - Browse repository at this point
Copy the full SHA c929040View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee127f4 - Browse repository at this point
Copy the full SHA ee127f4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c61d869 - Browse repository at this point
Copy the full SHA c61d869View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6760996 - Browse repository at this point
Copy the full SHA 6760996View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4a257fb - Browse repository at this point
Copy the full SHA 4a257fbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 347a8e9 - Browse repository at this point
Copy the full SHA 347a8e9View commit details
Commits on Oct 5, 2022
-
ref: remove watchkit project from workspace as it is rarely worked on…
… and constantly dirties the index (#2256)
Configuration menu - View commit details
-
Copy full SHA for 604586a - Browse repository at this point
Copy the full SHA 604586aView commit details -
ci: Fix building watchOS sample (#2260)
Was broken with #2256, as this PR removed it from the workspace. Now we call the project directly.
Configuration menu - View commit details
-
Copy full SHA for db5f62a - Browse repository at this point
Copy the full SHA db5f62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbeb49a - Browse repository at this point
Copy the full SHA fbeb49aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6dc0bd1 - Browse repository at this point
Copy the full SHA 6dc0bd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3441e8f - Browse repository at this point
Copy the full SHA 3441e8fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.27.0...7.27.1