-
-
Notifications
You must be signed in to change notification settings - Fork 344
Event exception stacktrace selected frame (0) has incorrect abs_path (valid url is required). Found native #2921
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
Comments
Update:
so it's absolutely this frame. |
Another Update:
And this is my result now:
seems like something that was mentioned here but in react native we are not using webpack following command on generating sourcemap (iOS), which as i understand do not need the
Hope it helps figure out my issue. |
Thank you for all the details, we will take a look into it. |
The reason why you get I've checked the mentioned event |
Thanks for the replay, However, I used the automatic upload and everything looks fine. If you want to keep it and try to figure out why it happened, I can upload everything manually again, I don't mind. Lemme know if you want to close it, or keep investigating the manual upload |
@Eden-Eliel Okay, that makes sense, could you upload the source maps (and keep them) and send us a link to a new error? |
Closing this due to inactivity. If this is still an issue feel free to comment here or open a new issue if the context changed. |
@krystofwoldrich we are having the same issue with sourcemaps not being applied errors. Here is the output of the explain command:
The only thing that changed was we updated our packages from 5.1.1 to 5.3.1. When I downloaded the arifacts and re-uploaded them using the same cmds but with the latest CLI, I am not seeing the source maps being applied to new events. |
@dmregister Can you try this with the latest SDK version, https://github.com/getsentry/sentry-react-native/releases/tag/5.4.1? Could you share the raw stack trace? |
I did just update to 5.4.1 and I think I saw it was corrected. I updated after I saw this issue: #3010 Here is the raw stack:
|
@dmregister So just to double-check with the 5.4.1 the stack traces are symbolicated correctly? |
@krystofwoldrich yes it did, thanks for following up. |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.2.0
react-native
version: 0.70.5Are 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:
Link to issue
Configuration:
(
@sentry/react-native
)I have following issue:
Hey,
I'm trying to get the iOS on our app to work with source maps, however, I encounter some errors when trying to look at the error.
The output of the
explain
of this:I assume it relates to some issues mentioned here:
#2891
#2683 (comment)
One of the frames in the issue is:
{"function":"apply","filename":"native","abs_path":"native","in_app":true}
which I assume is the cause of this issue, but I thought the new version (5.2.0) should fix it.
Any suggestion?
Actual result:
Expected result:
Thanks ahead, Eden.
The text was updated successfully, but these errors were encountered: