这是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.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.30.1
Choose a head ref
  • 5 commits
  • 42 files changed
  • 4 contributors

Commits on Nov 3, 2022

  1. Merge branch 'release/7.30.0'

    getsentry-bot committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d73ebd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. test: Use flush for macOS-SPM sample (#2360)

    Replace delay with DispatchQueue with flush.
    philipphofmann authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0d972d4 View commit details
    Browse the repository at this point in the history
  2. fix: profiling transaction thread IDs (#2358)

    * capture thread ID on which each transaction is started
    - required changing SentryTracer to an ObjC++ file to use our C++ interface to get thread IDs; when this happened, a latent type mismatch was uncovered, breaking the compilation. it required a bit of a nonobvious semantic change from `false` (which resolves to 0, where parentSampled used to be a boolean type property set to false, and was changed to the NSUInteger-backed enum) to `kSentrySampleDecisionUndecided` (which is the 0 value in the enum), and not kSentrySampleDecisionNo as "false" might imply
    armcknight authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c8069a6 View commit details
    Browse the repository at this point in the history
  3. fix: profiling transaction timestamps (#2359)

    * discard transactions that end before the profile started
    armcknight authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    059320e View commit details
    Browse the repository at this point in the history
  4. release: 7.30.1

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