Sourcemaps in production and QA have been restored 🙌 Accessing them requires an additional server running on your local machine. This has been built into dev-o-nomicon and can be set up using the following commands:
cd ~/dev-o-nomicon
git pull
cd services/sourcemaps
make
docker-compose up -d
Once the server is running, sourcemaps in production and QA will show in the browser's Sources tab.