Skip to content
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

De-obfuscate stack traces with Babel Obfuscator #3351

Open
tranb3r opened this issue May 6, 2024 · 1 comment
Open

De-obfuscate stack traces with Babel Obfuscator #3351

tranb3r opened this issue May 6, 2024 · 1 comment
Labels
Feature New feature or request

Comments

@tranb3r
Copy link

tranb3r commented May 6, 2024

Problem Statement

My app code is obfuscated with Babel Obfuscator.
Would it be possible to de-obfuscate stack traces automatically?

Solution Brainstorm

  1. Add the possibility to upload a map.xml file for each new release.
  2. De-obfuscate stack traces using the map.xml file corresponding to the release.
@bitsandfoxes
Copy link
Contributor

Unfortunately, we do not have OOTB to support deobfuscation. That's something that we'd have to build.

@bitsandfoxes bitsandfoxes added the Feature New feature or request label May 8, 2024
@bitsandfoxes bitsandfoxes changed the title De-obfuscate stack traces De-obfuscate stack traces with Babel Obfuscator May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
Status: No status
Status: No status
Development

No branches or pull requests

2 participants