question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[5.0.0-alpha.7] "Upload Debug Symbols to Sentry" build step uploads unresolved release metadata on iOS

See original GitHub issue

OS:

  • 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:closed
  • Created a year ago
  • Reactions:4
  • Comments:20 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
kamilogorekcommented, Dec 1, 2022

FYI, fix was released in sentry-cli@2.10.0.

1reaction
irothenbaumcommented, Dec 1, 2022

Confirmed this solved it for us. Thank you!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found