You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Sentry CLI executable path resolution that was causing iOS build script failures (#5003)
* Assign SENTRY_CLI_EXECUTABLE
* Revert "Assign SENTRY_CLI_EXECUTABLE"
This reverts commit 068a7bc.
* Revert "Fix SDK Build when using PnPM (#4977)"
This reverts commit 4f13db0.
* Reapply "Fix SDK Build when using PnPM (#4977)"
This reverts commit 3f77d3b.
* Adds bin/sentry-cli in SENTRY_CLI_PACKAGE_PATH
* Set SENTRY_CLI_PACKAGE_PATH in sentry-xcode.sh
* Adds changelog
* Set SENTRY_CLI_EXECUTABLE if not set (#5006)
* Set SENTRY_CLI_EXECUTABLE if not set
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
9
9
## Unreleased
10
10
11
+
### Fixes
12
+
13
+
- Fixed Sentry CLI executable path resolution that was causing iOS build script failures ([#5003](https://github.com/getsentry/sentry-react-native/pull/5003))
14
+
11
15
### Features
12
16
13
17
- Adds `replaysSessionQuality` Session Replay option to control replay quality and performance overhead on mobile ([#5001](https://github.com/getsentry/sentry-react-native/pull/5001))
0 commit comments