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(ios): Add SENTRY_PROJECT_ROOT env var for monorepo support (#5961)
* fix(ios): Add SENTRY_PROJECT_ROOT env var for monorepo support
Allow overriding the project root in Xcode build phase scripts via
SENTRY_PROJECT_ROOT for monorepo setups where the ios directory is not
directly under the React Native project root.
Fixes#2880
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* chore: Add changelog entry for SENTRY_PROJECT_ROOT
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
+
- Add `SENTRY_PROJECT_ROOT` env var to override project root in Xcode build phase scripts for monorepo setups ([#5961](https://github.com/getsentry/sentry-react-native/pull/5961))
14
+
11
15
### Features
12
16
13
17
- Enable "Open Sentry" button in Playground for Expo apps ([#5947](https://github.com/getsentry/sentry-react-native/pull/5947))
0 commit comments