Skip to content

Commit 5fd158e

Browse files
Merge remote-tracking branch 'origin/main' into kw-add-replay-v0
2 parents badbf77 + 9ea1c36 commit 5fd158e

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
platform: ["ios", "android"]
4141
include:
4242
- platform: ios
43-
runs-on: macos-latest
43+
runs-on: macos-12
4444
name: iOS
4545
appPlain: test/perf/test-app-plain.ipa
4646
- platform: android
@@ -49,6 +49,10 @@ jobs:
4949
appPlain: test/perf/TestAppPlain/android/app/build/outputs/apk/release/app-release.apk
5050
steps:
5151
- uses: actions/checkout@v4
52+
53+
- run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
54+
if: ${{ matrix.platform == 'ios' }}
55+
5256
- uses: actions/setup-node@v4
5357
with:
5458
node-version: 18

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
Access to Mobile Replay is limited to early access orgs on Sentry. If you're interested, [sign up for the waitlist](https://sentry.io/lp/mobile-replay-beta/)
6+
7+
## 5.22.1
8+
9+
### Dependencies
10+
11+
- Bump Cocoa SDK from v8.24.0 to v8.25.0 ([#3790](https://github.com/getsentry/sentry-react-native/pull/3790))
12+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8250)
13+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.24.0...8.25.0)
14+
315
## 5.23.0-alpha.0
416

517
### Features

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2017 Sentry
3+
Copyright (c) 2017-2024 Sentry
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

samples/expo/app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@
5959
]
6060
]
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)