In regards to the Loader Docs - You will always have the newest recommended stable version of our SDK.
When looking at the network requests in the dev tools, it looks like it is loading the https://browser.sentry-cdn.com/4.6.6/bundle.min.js
bundle.
The other Docs tell us to load another version <script src="https://browser.sentry-cdn.com/5.0.5/bundle.min.js" crossorigin="anonymous"></script>
.
So it seems like the loader is not loading the latest bundle as it says it will. We know that this is still a beta feature, so we were meaning to ask in which direction is the Loader going, should we incorporate it or stick with the “sync” loading of the bundle?
Thanks