这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-cocoa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.18.0
Choose a base ref
...
head repository: getsentry/sentry-cocoa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.19.0
Choose a head ref
  • 16 commits
  • 69 files changed
  • 7 contributors

Commits on Jun 21, 2022

  1. Merge branch 'release/7.18.0'

    getsentry-bot committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1691ede View commit details
    Browse the repository at this point in the history
  2. ref: fix some typos (#1909)

    * ref: rename to fix typo and align with interface header name
    
    * ref: fix typo in constant name
    armcknight authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    12f7fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    9d31476 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    840f876 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. 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
    philipphofmann authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    0acf9c5 View commit details
    Browse the repository at this point in the history
  2. release: 7.18.1

    getsentry-bot committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    f906913 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/7.18.1'

    getsentry-bot committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    17a7a28 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    4e3946c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Fix changelog (#1922)

    philipphofmann authored Jun 28, 2022
    Configuration menu
    Copy the full SHA
    94de24e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. feat: Add App Hangs tracking (#1906)

    Added app hangs tracking
    
    Co-authored-by: Dhiogo Brustolin <dhiogorb@gmail.com>
    philipphofmann and brustolin authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    02de834 View commit details
    Browse the repository at this point in the history
  2. 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.
    indragiek authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    95d1637 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. fix: Flake app hang test (#1924)

    Fixed a flake test for app hangs.
    brustolin authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b30fb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed975db View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. 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>
    philipphofmann and brustolin authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    9667ce8 View commit details
    Browse the repository at this point in the history
  2. 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.
    brustolin authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    673aaa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. release: 7.19.0

    getsentry-bot committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d312243 View commit details
    Browse the repository at this point in the history
Loading