-
-
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.18.0
head repository: getsentry/sentry-cocoa
compare: 7.19.0
- 16 commits
- 69 files changed
- 7 contributors
Commits on Jun 21, 2022
-
getsentry-bot committed
Jun 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 1691ede - Browse repository at this point
Copy the full SHA 1691edeView commit details -
* ref: rename to fix typo and align with interface header name * ref: fix typo in constant name
Configuration menu - View commit details
-
Copy full SHA for 12f7fa0 - Browse repository at this point
Copy the full SHA 12f7fa0View commit details
Commits on Jun 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d31476 - Browse repository at this point
Copy the full SHA 9d31476View commit details -
ci: data generation workflow (#1874)
* ci: generate fake data from a sample app * fix: set deployment target to support the test matrix * fix: try every saucelabs run 5 times * fix: only run for 13 and higher as that's Kingfisher dep's min supported version * fix: rerun data generation on fastlane updates * test: send events to new project created under sentry-sdks org * ci: rerun workflows on sauce config changes * ci: rerun workflow on changes to TrendingMovies sources * upload dsyms with direct invocation of sentry-cli * only run data generation on iphones, cut out lower iOS 13 jobs that always fail Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io> Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 840f876 - Browse repository at this point
Copy the full SHA 840f876View commit details
Commits on Jun 24, 2022
-
Fix high percentage of slow frames (#1915)
The SentryFramesTracker didn't handle fps changes from the CADisplayLink. This is fixed now by calculating the actual frame rate as pointed out by the docs. Fixes GH-1881
Configuration menu - View commit details
-
Copy full SHA for 0acf9c5 - Browse repository at this point
Copy the full SHA 0acf9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f906913 - Browse repository at this point
Copy the full SHA f906913View commit details -
getsentry-bot committed
Jun 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 17a7a28 - Browse repository at this point
Copy the full SHA 17a7a28View commit details
Commits on Jun 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e3946c - Browse repository at this point
Copy the full SHA 4e3946cView commit details
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 94de24e - Browse repository at this point
Copy the full SHA 94de24eView commit details
Commits on Jun 29, 2022
-
feat: Add App Hangs tracking (#1906)
Added app hangs tracking Co-authored-by: Dhiogo Brustolin <dhiogorb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 02de834 - Browse repository at this point
Copy the full SHA 02de834View commit details -
feat: Add main thread ID to profiling payload (#1918)
Add a is_main_thread key to the thread metadata in the profiling payload that identifies the main thread of the application.
Configuration menu - View commit details
-
Copy full SHA for 95d1637 - Browse repository at this point
Copy the full SHA 95d1637View commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b30fb64 - Browse repository at this point
Copy the full SHA b30fb64View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed975db - Browse repository at this point
Copy the full SHA ed975dbView commit details
Commits on Jul 1, 2022
-
Detect prewarmed starts with env variable (#1927)
Stop reporting pre-warmed app starts based on the ActivePrewarm env variable. Increase the SENTRY_APP_START_MAX_DURATION to 180. Co-authored-by: Dhiogo Brustolin <dhiogorb@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9667ce8 - Browse repository at this point
Copy the full SHA 9667ce8View commit details -
Update SentryCrashDefaultMachineContextWrapper.m (#1928)
We were using `+initialize` method from `SentryCrashDefaultMachineContextWrapper` to save the main thread id. `+initialize` is called with the first message sent to the class, and this can occur in any thread. '+load' is called when the library is load and this always occurs on the main thread, therefore a much safer place to save main thread id.
Configuration menu - View commit details
-
Copy full SHA for 673aaa4 - Browse repository at this point
Copy the full SHA 673aaa4View commit details
Commits on Jul 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d312243 - Browse repository at this point
Copy the full SHA d312243View 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.18.0...7.19.0