Obfuscated Hermes source code
See original GitHub issueEnvironment
How do you use Sentry? SaaS
Which SDK and version?
- @sentry/react-native@3.1.1
- fastlane-plugin-sentry@1.10.0
Steps to Reproduce
- Setup project with RN 0.65.1
- Add
SOURCEMAP_FILE=sourcemaps/main.jsbundle.map
env variable toBundle React Native code and images
build step (iOS) - Build project using Fastlane (
gym
) - Upload source map and Hermes jsbundle using Fastlane as shown below. I assume no extra steps are needed as
react-native-xcode.sh
script already generates composed source map.
Expected Result
Human readable source code for both iOS and Android.
Actual Result
Event: 39a2d269e91e47dd8325e508894f590f
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
does hermes make the app build in bytecode in ios? is ...
So we moved to Hermes recently for on iOS. I wanted to know if any obfuscation is required or not as Hermes makes...
Read more >JS code obfuscation for RN which works well with hermes?
How do i go about code obfuscation of JS in RN while using hermes. having a challenge here. need a way to do...
Read more >React Native Security Driven App Development - Espirito
Minification and Obfuscation. This is a powerful method to ensure good source code security in the application. This method will convert and ...
Read more >https://www.unpkg.com/react-native@0.63.4/ReactAnd...
This source code is licensed under the MIT license found in the # LICENSE file ... any project specific keep options here: #...
Read more >Securing React Native Applications | Jscrambler Blog
While Hermes introduces a certain degree of complexity to the entry-file code, it doesn't obfuscate this code. An attacker may use an Android ......
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
@marandaneto I’ll give it a try later this week and get back to you.
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and I will happily reopen and work on it. Cheers!