这是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.27.1
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.28.0
Choose a head ref
  • 14 commits
  • 63 files changed
  • 6 contributors

Commits on Oct 5, 2022

  1. Merge branch 'release/7.27.1'

    getsentry-bot committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9231f60 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. test: use Test/TestCI configs for fastfile test runs (#2257)

    * test: use Test/TestCI configs for fastfile test runs of sample app UI tests
    * add Test/TestCI configs to some sample app projects
    * set ONLY_ACTIVE_ARCH to YES for Test/CI configs; properly link Sentry into tvOS-Swift and iOS-SwiftUI
    armcknight authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7977992 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

  1. build(deps): bump github/codeql-action from 2.1.26 to 2.1.27 (#2272)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.26 to 2.1.27.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@e0e5ded...8075783)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    c2a9b60 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    3861500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b040e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    0e2e593 View commit details
    Browse the repository at this point in the history
  2. feat: Custom measurements API (#2268)

    Add API to add custom measurements to transactions.
    philipphofmann authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    372ffbe View commit details
    Browse the repository at this point in the history
  3. test: Fix stuck tests on master branch (#2285)

    Some tests get stuck on the master branch which uses TestCI
    configuration. The code that gets stuck is accessing UIScreen.mainScreen
    in SentryCrashIntegration. This is just a workaround, the actual fix will be done
    with #2284.
    philipphofmann authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    654f180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa64784 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a188b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. ci: Generate profile data only on schedule (#2289)

    Only run the profile data generator workflow on schedule.
    philipphofmann authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    953d9c4 View commit details
    Browse the repository at this point in the history
  2. ci: Specify only iPhone Pro for high-end devices (#2292)

    Expand to any iPhone Pro and not only iPhone Pro Max 13
    to speed up CI.
    philipphofmann authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    94b4f2b View commit details
    Browse the repository at this point in the history
  3. release: 7.28.0

    getsentry-bot committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    dc00a36 View commit details
    Browse the repository at this point in the history
Loading