Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Browser is requesting source map, which doesn't exist on the CDN #36
Comments
|
+1 |
|
|
|
Thanks guys we'll try to get this updated in one of our upcoming deployments |
|
+1 |
|
This has been fixed in #40 |
|
It appears to still persist for us. See https://cloudfront.loggly.com/js/loggly.tracker.min.map : it's a 404. The JS file in question, https://cloudfront.loggly.com/js/loggly.tracker.min.js, specifies
at the bottom. |
|
@johanbrook you should include the latest version number in your URL. We have kept this old one for legacy reasons but we encourage people to use the version numbers going forward so that people can control when they upgrade http://cloudfront.loggly.com/js/loggly.tracker-2.1.min.js |
|
Oh, good to know. Thanks! |
Hi there. We're loading the Loggly JS client async from your site, like this:
The minified version will generate a sourcemap URL line at the bottom:
which makes the browser request
http://cloudfront.loggly.com/js/loggly.tracker.min.map, which doesn't exist. This produces an ugly 404 error in the JS console in browsers ...Can you either put a source map file at http://cloudfront.loggly.com/js/loggly.tracker.min.map, or remove the source map line from the minified version of the client?
Thanks!
The text was updated successfully, but these errors were encountered: