Hello, I’ve been trying to use the lazy loading sentry script, via self-hosted dockerized Sentry. I use the script generated in the Client Keys (DNS) config, but I get an error
The Sentry loader you are trying to use isn’t working anymore, check your configuration.
Docker-compose logs don’t show anything other than the successful 200 GET hit on the nginx container for the script itself, so I’m not even sure which container is responsible for generating this script, I’ve no idea where to start looking.
As for the reproduction, I’m not quite sure, I’ve followed the normal setup, run the install.sh script and docker-compose up. After adding the script in my project and throwing a test error in the client code, I get the aforementioned message from the script
The Sentry loader you are trying to use isn’t working anymore, check your configuration.