getsentry / sentry-dotnet

Sentry SDK for .NET
https://docs.sentry.io/platforms/dotnet
MIT License
572 stars 204 forks source link

De-obfuscate stack traces with Babel Obfuscator #3351

Open tranb3r opened 1 month ago

tranb3r commented 1 month ago

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 commented 1 month ago

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