-
-
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.22.0
head repository: getsentry/sentry-cocoa
compare: 7.23.0
- 17 commits
- 54 files changed
- 8 contributors
Commits on Jul 25, 2022
-
getsentry-bot committed
Jul 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 859ce75 - Browse repository at this point
Copy the full SHA 859ce75View commit details
Commits on Jul 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ff03cfe - Browse repository at this point
Copy the full SHA ff03cfeView commit details
Commits on Jul 27, 2022
-
fix log message option name (#2006)
Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for e6c1fb8 - Browse repository at this point
Copy the full SHA e6c1fb8View commit details -
feat: Add sampling configuration for profiling (#2004)
Adds two new configuration options, profilesSampleRate and profilesSampler to mirror tracesSampleRate and tracesSampler, except for profiling data. There are no breaking changes -- enableProfiling is now deprecated, but will continue to work for existing clients that use it (this is equivalent to setting profilesSampleRate to 1.0)
Configuration menu - View commit details
-
Copy full SHA for 643eab8 - Browse repository at this point
Copy the full SHA 643eab8View commit details -
fix: Add more descriptive deprecation message for enableProfiling (#2011
Configuration menu - View commit details
-
Copy full SHA for ffe3af9 - Browse repository at this point
Copy the full SHA ffe3af9View commit details
Commits on Jul 28, 2022
-
ci: fix ui thread starvation in benchmarks (#2009)
Maxing out CPU with a hot while loop also prevented the test runner app from being able to query the accessibility system to hit the stop button. This causes lots of retries and eventual failures or timeouts in other areas, and the tests to run a long time in general. Instead of having a button press stop the benchmark and contending for time on the main run loop, just remove the start/stop buttons and start when the view controller appears, and set a 15 minute delay to stop the benchmarks. Then the test runner queries the text field for results as usual.
Configuration menu - View commit details
-
Copy full SHA for 91cf82a - Browse repository at this point
Copy the full SHA 91cf82aView commit details -
feat: Add transaction to baggage and trace headers (#1992)
Added the transaction name to http baggage header and to envelope trace header.
Configuration menu - View commit details
-
Copy full SHA for 69e4cd5 - Browse repository at this point
Copy the full SHA 69e4cd5View commit details -
fix: Sauce labs iPhone 13 pro iOS version
iPhone 13 pro iOS version 15.5 is no longer available in Saucelabs.
Configuration menu - View commit details
-
Copy full SHA for df42a82 - Browse repository at this point
Copy the full SHA df42a82View commit details -
Fix address sanitizer compilation error (#1996)
Fix address sanitizer compilation error by using the constructor attribute instead of __DATA,__mod_init_func. Fixes GH-1990
Configuration menu - View commit details
-
Copy full SHA for c93cf76 - Browse repository at this point
Copy the full SHA c93cf76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b29664 - Browse repository at this point
Copy the full SHA 2b29664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aefd8d - Browse repository at this point
Copy the full SHA 0aefd8dView commit details -
fix: Use constant for max thread name size instead of magic number (#…
…2012) Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 3fc26db - Browse repository at this point
Copy the full SHA 3fc26dbView commit details -
fix: Remove logging that could occur while a thread is suspended (#2014)
Remove some logging that could happen when threads fail to be suspended or resumed. Co-authored-by: Philipp Hofmann <philipp.hofmann@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 3b70b5b - Browse repository at this point
Copy the full SHA 3b70b5bView commit details -
fix: Handle failure to read thread priority gracefully (#2015)
Handle this failure gracefully and only log a thread priority if reading it was successful. Reading the thread priority can return -1 in failure cases and we don't want to store this in the profile payload if we're not able to read a legitimate value. This also fixes a flake with the testStartTransaction_ProfilingDataIsValid test which checked for a valid priority and failed about 20% of the time on macOS. 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 887b464 - Browse repository at this point
Copy the full SHA 887b464View commit details -
fix: Log empty samples instead of collecting stacks for idle threads (#…
…2013) * fix: Log empty samples instead of collecting stacks for idle threads Fix test breakage in UI Test testSplitView fails on iOS 12 #2000 Revert fix: Disable broken LaunchUITests to unblock release #2003 Replace stacks for idle threads with an empty sample so that it doesn't render in the profile Collecting stacks for idle threads produces this kind of data, where we have a stack that just shows the thread waiting on a function like mach_msg_trap. Instead of collecting these stacks, we can just log an empty sample, which will prevent it from rendering in the flamegraph. 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 78890ba - Browse repository at this point
Copy the full SHA 78890baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c60ef38 - Browse repository at this point
Copy the full SHA c60ef38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc31fd - Browse repository at this point
Copy the full SHA 5bc31fdView 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.22.0...7.23.0