Skip to content

Commit 7a7c454

Browse files
committed
docs: Mention USE_SENTRY in ios build-and-upload instructions
1 parent c432758 commit 7a7c454

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/howto/release.md

+6
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ simple terminology for the process we follow with both.
179179
git rebase @ release-secrets
180180
```
181181

182+
* Note: If `tools/ios` and `tools/ios upload` (the steps below) fail, the
183+
Xcode GUI is an option to try (Product > Archive),
184+
but first replace `USE_SENTRY = NO` with `USE_SENTRY = YES`
185+
in ios/ZulipMobile.xcodeproj/project.pbxproj
186+
so the source maps get uploaded to Sentry.
187+
182188
* Build using our `tools/ios` script:
183189

184190
```

0 commit comments

Comments
 (0)