这是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.30.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.30.2
Choose a head ref
  • 13 commits
  • 36 files changed
  • 7 contributors

Commits on Nov 7, 2022

  1. test: Delete empty OOMLogicTests (#2361)

    The class has no tests and can be removed.
    philipphofmann authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    90ab170 View commit details
    Browse the repository at this point in the history
  2. docs: Why GH actions formats code differently (#2363)

    Explain why GH actions can suddenly format code
    differently.
    philipphofmann authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8805612 View commit details
    Browse the repository at this point in the history
  3. ci: Update brew before installing clang-format (#2365)

    Co-authored-by: Sentry Github Bot <bot+github-bot@sentry.io>
    philipphofmann and getsentry-bot authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    bc6fb39 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump github/codeql-action from 2.1.30 to 2.1.31 (#2364)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.30 to 2.1.31.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@18fe527...c3b6fce)
    
    ---
    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 Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8513f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    739ba7f View commit details
    Browse the repository at this point in the history
  6. Update SentryNetworkTrackerIntegrationTests.swift (#2366)

    `testGetCaptureFailedRequestsEnabled` should fail and not crash when the test server is not running.
    brustolin authored Nov 7, 2022
    Configuration menu
    Copy the full SHA
    062f06c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    a6899a2 View commit details
    Browse the repository at this point in the history
  2. chore: Remove PrivateSentrySDKOnly.h from umbrella header (#2349)

    Remove PrivateSentrySDKOnly.h from umbrella headers to prevent users from use it by mistake.
    brustolin authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    01057a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    512ef36 View commit details
    Browse the repository at this point in the history
  4. chore: Add match_local to Fastfile

    Add a new task to Fastfile that recreate certificates and provisioning profiles.
    brustolin authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    f444dc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    725723e View commit details
    Browse the repository at this point in the history
  2. fix: profile payload issues (#2375)

    * keep frame index across entire profile, not just within one sample
    * instead of using indexOfObject: for stack comparison, also use a lookup dictionary of stacks using a custom string key
    * extract function to handle profile sampler backtrace callbacks
    * discard profiles with less than 2 samples
    armcknight authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    d4933ec View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. release: 7.30.2

    getsentry-bot committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    71fd303 View commit details
    Browse the repository at this point in the history
Loading