-
-
Notifications
You must be signed in to change notification settings - Fork 372
Comparing changes
Open a pull request
base repository: getsentry/sentry-cocoa
base: 8.18.0
head repository: getsentry/sentry-cocoa
compare: 8.19.0
- 16 commits
- 56 files changed
- 9 contributors
Commits on Jan 4, 2024
-
getsentry-bot committed
Jan 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 25d925a - Browse repository at this point
Copy the full SHA 25d925aView commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e90aa6d - Browse repository at this point
Copy the full SHA e90aa6dView commit details -
test: Set ui-tests environment (#3544)
Set the up-tests environment when running UI tests in CI so that we can apply filters in Sentry.
Configuration menu - View commit details
-
Copy full SHA for 9ccd421 - Browse repository at this point
Copy the full SHA 9ccd421View commit details -
feat: Send debug meta for app start transactions (#3543)
Send the complete list of debug meta for app start transactions so we can calculate statistics on the number and size of libraries loaded on the backend when the app starts. Fixes GH-3541
Configuration menu - View commit details
-
Copy full SHA for 4d5eb78 - Browse repository at this point
Copy the full SHA 4d5eb78View commit details -
fix: Don't override
sentry-traceandbaggageheaders (#3540)Don't override sentry-trace and baggage headers in a http request. Cross platform SDKs may set this headers and we're overriding it.
Configuration menu - View commit details
-
Copy full SHA for 253f628 - Browse repository at this point
Copy the full SHA 253f628View commit details -
ref: Properly teardown frames tracker (#3545)
The teardown of the SentryFramesTracker didn't work properly in tests. The clearTestState method continuously initialized a new frames tracker cause it accessed the property dependency container. This is fixed now by calling SentryFramesTracker.stop directly in SentryDependencyContainer.reset which is also called in clearTestState. Furthermore, the SentryFramesTracker.stop now resets all frames and removes all observers.
Configuration menu - View commit details
-
Copy full SHA for 1734d1b - Browse repository at this point
Copy the full SHA 1734d1bView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e3084f - Browse repository at this point
Copy the full SHA 5e3084fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e1163 - Browse repository at this point
Copy the full SHA 02e1163View commit details
Commits on Jan 9, 2024
-
fix: Remove dispatch queue metadata collection to fix crash (#3522)
* Remove dispatch queue metadata collection * Hardcode "main" as the name of the main thread * Format code * Update CHANGELOG.md * use thread wrapper main thread dispatch --------- Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io> Co-authored-by: Andrew McKnight <andrew.mcknight@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 94d8eb3 - Browse repository at this point
Copy the full SHA 94d8eb3View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 20742ca - Browse repository at this point
Copy the full SHA 20742caView commit details -
build(deps): bump fastlane from 2.217.0 to 2.219.0 (#3549)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.217.0 to 2.219.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Commits](fastlane/fastlane@fastlane/2.217.0...fastlane/2.219.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 26d116c - Browse repository at this point
Copy the full SHA 26d116cView commit details
Commits on Jan 11, 2024
-
ci: High risk file changes as PR comment (#3554)
Remove the no changes in high-risk file script and hashes, and replace it by adding a GH PR comment.
Configuration menu - View commit details
-
Copy full SHA for 42ef6ba - Browse repository at this point
Copy the full SHA 42ef6baView commit details
Commits on Jan 23, 2024
-
build(deps): bump actions/cache from 3 to 4 (#3566)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5993516 - Browse repository at this point
Copy the full SHA 5993516View commit details
Commits on Jan 24, 2024
-
fix: Make SentryScope.useSpan non-blocking (#3568)
Instead of calling the callback of useSpan within the spanLock, get a reference to the span inside the critical sector and pass this to the callback after the critical sector closes. This way, when the callback is a blocking call, useSpan doesn't block other invocations of itself and prevents potential deadlocks.
Configuration menu - View commit details
-
Copy full SHA for 28c80b5 - Browse repository at this point
Copy the full SHA 28c80b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c1248 - Browse repository at this point
Copy the full SHA d8c1248View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8abde - Browse repository at this point
Copy the full SHA 5c8abdeView 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 8.18.0...8.19.0