Skip to content

Commit

Permalink
Merge branch 'main' into ref/frametracker-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Oct 24, 2024
2 parents b09bb36 + 4569cc9 commit 3979106
Show file tree
Hide file tree
Showing 19 changed files with 585 additions and 15 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,25 @@ jobs:

build-sample:
name: Sample ${{ matrix.scheme }}
runs-on: macos-13
runs-on: macos-14
strategy:
fail-fast: false
matrix:
# other sample projects are built in ui-tests
scheme:
- macOS-Swift
- iOS13-Swift
- watchOS-Swift WatchKit App
include:
- scheme: macOS-Swift
xcode: 15.4
- scheme: iOS13-Swift
xcode: 15.4
- scheme: watchOS-Swift WatchKit App
xcode: 15.4
# Only compiles on Xcode 16.0
- scheme: macOS-SwiftUI
xcode: 16.0

steps:
- uses: actions/checkout@v4
- run: ./scripts/ci-select-xcode.sh
- run: ./scripts/ci-select-xcode.sh ${{ matrix.xcode }}

# Disable code signing. We just want to make sure these compile.
- run: >-
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

## Unreleased

### Fixes

- Build visionOS project with static Sentry SDK (#4462)

### Improvements

- Improve frames tracker performance (#4469)
- Log a warning when dropping envelopes due to rate-limiting (#4463)

## 8.39.0-beta.1

Expand Down
Loading

0 comments on commit 3979106

Please sign in to comment.