[5.0.0-alpha.7] "Upload Debug Symbols to Sentry" build step uploads unresolved release metadata on iOS
See original GitHub issueOS:
- Windows
- MacOS
- Linux
Platform:
- iOS
- Android
SDK:
-
@sentry/react-native
(>= 1.0.0) -
react-native-sentry
(<= 0.43.2)
SDK version: 5.0.0-alpha.7
react-native
version: 0.70.4
Are you using Expo?
- Yes
- No
Are you using sentry.io or on-premise?
- sentry.io (SaaS)
- on-premise
I have following issue:
After updating to 5.0.0-alpha.7, I noticed that the xcode build step “Upload Debug Symbols” does not resolve the global CURRENT_PROJECT_VERSION
properly anymore. Instead of resolving that into the actual current build number, it just takes the property name calling the sentry release 0.1.0+$(CURRENT_PROJECT_VERSION)
. Other release details are broken as well including the package name.
Steps to reproduce:
- Update to 5.0.0-alpha.7
- Build ios and ensure that “Upload Debug Symbols” runs successfully
- Go to sentry and you can see that your release contains a lot of unresolved meta data.
Actual result:
Broken release meta details on sentry.io.
Expected result:
Proper release meta details on sentry.io.
Issue Analytics
- State:
- Created a year ago
- Reactions:4
- Comments:20 (11 by maintainers)
Top Results From Across the Web
Uploading Debug Symbols - Sentry Documentation
Open Xcode Organizer, go to your app, and click “Download dSYMs...” · Login to iTunes Connect, go to your app, go to “Activity,...
Read more >sentry Changelog - PyUp.io
7.0.0alpha.0. **Breaking Change**: This version introduces a change to the grouping of issues. The SDK now sets the `inApp` flag for frames originating...
Read more >After I added Sentry to react-native project, apps deployed to ...
Upload debug symbols script: I have this script as the last one in Build Phases export SENTRY_PROPERTIES=sentry.properties .
Read more >Search Results - CVE
A vulnerability in Apache CXF before versions 3.5.5 and 3.4.10 allows an attacker to perform a remote directory listing or code exfiltration. The...
Read more >Put the fun back into computing. Use Linux ... - DistroWatch.com
The Linux Mint team have announced a new version of its Ubuntu-based distribution, Linux Mint 21. The new version swaps out the old...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
FYI, fix was released in
sentry-cli@2.10.0
.Confirmed this solved it for us. Thank you!