The stack trace for my react native app has had the functions and component names and files replaced with what looks like compiled names instead of their given names.
Additionally, the file names are replaced with something starting with AppEntry.bundle
followed by a bunch of parameters. How do I revert back to proper stack traces?