Open thinkocapo opened 7 months ago
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-profiling for triage ⏲️
Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️
Thanks for reporting! This is on my radar and backlog.
I've noticed this happens when the unminified source is *.js
file.
The Debug IDs Modal shows that it could not find a source map for the given file, but the stack trace was symbolicated in the case of Release Artifacts.
The problem with stack frames that are unminified to JS files is that we cannot know whether they were successfully source mapped or not. We need to flesh out the logic a bit more.
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
React Native. Message me for private sdk code and event link.
Expected Result
should not say Unminify Code
Actual Result
and (blurred out the code) ^ see it shows code, it's deminified.
Product Area
Profiling
Link
No response
DSN
No response
Version
No response