**Is your feature request related to a problem? Please describe.** I noticed when looking at a production deployment names that the component names were obfuscated, which is likely to be a compression artefact: <img width="612" alt="Boxel 2023-09-20 15-48-19" src="https://github.com/emberjs/ember-inspector/assets/43280/5b33e6ef-7b8d-43f3-93b2-5408805baf86"> **Describe the solution you'd like** Could Ember Inspector detect the component name from the source maps somehow, if they exist? **Describe alternatives you've considered** In our case we’ll probably look for whatever production build setting is causing this obfuscation and turn it off. --- Thanks for the ongoing work on this, it’s still indispensable after all these years 🤩