-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sourcemaps not parsed correctly, using 5.4.2 with sentry-expo #3064
Comments
Hi, Also the upgrade to |
Hi, I've successfully built the iOS app and got a correctly symbolicated stack trace as you did, plus Sentry UI doesn't show any error. I will test the Android soon. Update: We made some changes to our backend services in the past weeks. @jongbelegen Could you try your sample app again, it looks like source maps are working. |
I'm closing this for now, because I wasn't able to reproduce the issue. If there will be any new information/ideas we can reopen the issue. Please look at the upgrade PR expo/sentry-expo#337 |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.4.2
react-native
version: 0.71.7Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
ios: https://fastlane-festivals.sentry.io/issues/4177600521/?project=4505164525535232&query=is%3Aunresolved&referrer=issue-stream&stream_index=0
android: https://fastlane-festivals.sentry.io/issues/4177474793/?project=4505164525535232&query=is%3Aunresolved&referrer=issue-stream&stream_index=3
Configuration:
(
@sentry/react-native
)I have the following issue:
Sourcemaps are not parsed correctly.
Firstly I spoke with @krystofwoldrich about a problem relating to an older use of sentry-react-native.
As discussed I created a reproducible demo of a minimal setup using sentry-expo using a newer version of sentry-react-native. You can see the steps that I took to create this demo on the repo.
It also consists of builds and source maps.
I also made the expo config compatible with the new sentry version. You can see those changes here
This consisted of the following for ios:
It would be awesome if we could make a version of sentry-expo with the latest version of Sentry that does not have the mono repo issues from the currently used version + all the new goodies you guys have been working on.
I'll do my best to get this merged upstream to sentry-expo as soon as we have figured out how to make everything work.
Thanks in advance!
The text was updated successfully, but these errors were encountered: