-
-
Notifications
You must be signed in to change notification settings - Fork 405
Comparing changes
Open a pull request
base repository: getsentry/sentry-cocoa
base: 7.30.2
head repository: getsentry/sentry-cocoa
compare: 7.31.1
- 20 commits
- 67 files changed
- 9 contributors
Commits on Nov 10, 2022
-
getsentry-bot committedNov 10, 2022 Configuration menu - View commit details
-
Copy full SHA for f5f8910 - Browse repository at this point
Copy the full SHA f5f8910View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a3f3e - Browse repository at this point
Copy the full SHA e2a3f3eView commit details
Commits on Nov 14, 2022
-
Report pre-warmed app starts (#1969)
Report pre-warmed app starts by dropping the first app start spans if pre-warming paused during these steps. This approach will shorten the app start duration, but it represents the duration a user has to wait after clicking the app icon until the app is responsive. We report the app start type in the appContext, so Sentry can make changes to the UI for prewarmed app starts. Fixes GH-1897
Configuration menu - View commit details
-
Copy full SHA for 0032a5d - Browse repository at this point
Copy the full SHA 0032a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46deabf - Browse repository at this point
Copy the full SHA 46deabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8dad3 - Browse repository at this point
Copy the full SHA cd8dad3View commit details -
build: Split Swift and Clang format for pre-commit (#2380)
Split formatting swift and clang files for pre-commit.
Configuration menu - View commit details
-
Copy full SHA for 9754750 - Browse repository at this point
Copy the full SHA 9754750View commit details -
fix: Do not delete the app state (#2382)
The app state is needed on the next app start, to be copied to previous app state. This is needed to determine the app start type.
Configuration menu - View commit details
-
Copy full SHA for 2a547de - Browse repository at this point
Copy the full SHA 2a547deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dcc3d7 - Browse repository at this point
Copy the full SHA 2dcc3d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5eadf1 - Browse repository at this point
Copy the full SHA e5eadf1View commit details -
getsentry-bot committedNov 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 5dc32b3 - Browse repository at this point
Copy the full SHA 5dc32b3View commit details -
ref: json serialization error reporting (#2355)
* feat: build errors with exceptions and underling errors: refactor to extract common init * ref: json serialization error handling before: - test if input is valid JSON with `-[NSJSONSerialization isValidJSON]` and if not, build our own error. - problem: no hints as to why the JSON is invalid after: - attempt direct serialization with `-[NSJSONSerialization dataWithJSONObject:options:error:]` and use the library error - this can throw an exception in certain failure modes: surround the call with try/catch - use new functions in SentryError to create an NSError from either an NSException or the inout NSError - only compile like this for nonrelease builds so we don't incur the performance hit of throwing an exception (see apple's docs: "For best performance in 64-bit, you should throw exceptions only when absolutely necessary.") Co-authored-by: Dhiogo Ramos Brustolin <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 90ed869 - Browse repository at this point
Copy the full SHA 90ed869View commit details
Commits on Nov 15, 2022
-
build(deps): bump fastlane from 2.210.1 to 2.211.0 (#2385)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.210.1 to 2.211.0. - [Release notes](https://github.com/fastlane/fastlane/releases) - [Commits](fastlane/fastlane@fastlane/2.210.1...fastlane/2.211.0) --- updated-dependencies: - dependency-name: fastlane dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a3ecbb - Browse repository at this point
Copy the full SHA 5a3ecbbView commit details -
build(deps): bump github/codeql-action from 2.1.31 to 2.1.32 (#2386)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.31 to 2.1.32. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c3b6fce...4238421) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 278625e - Browse repository at this point
Copy the full SHA 278625eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dd31aa - Browse repository at this point
Copy the full SHA 7dd31aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da6c0b - Browse repository at this point
Copy the full SHA 4da6c0bView commit details -
ci: Increase test timeout for iOS 12 (#2391)
The unit tests for iOS 12 need to install a simulator first, which can take a couple of minutes. The job sometimes times out in CI. We can increase the timeout only for that job.
Configuration menu - View commit details
-
Copy full SHA for 435cd7f - Browse repository at this point
Copy the full SHA 435cd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72df100 - Browse repository at this point
Copy the full SHA 72df100View commit details -
test: Fix SentrySerializationTests.testSerializationFailsWithInvalidJ…
…SONObject (#2392) Fix flaky test SentrySerializationTests.testSerializationFailsWithInvalidJSONObject
Configuration menu - View commit details
-
Copy full SHA for 3a1d58d - Browse repository at this point
Copy the full SHA 3a1d58dView commit details
Commits on Nov 16, 2022
-
Fix: Set the correct OOM event timestamp (#2394)
Use the last breadcrumb's timestamp as the OOM event timestamp
Configuration menu - View commit details
-
Copy full SHA for 8442084 - Browse repository at this point
Copy the full SHA 8442084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1748a02 - Browse repository at this point
Copy the full SHA 1748a02View 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.30.2...7.31.1