Sourcemap issues
Troubleshooting guide
Sourcemaps are not loading, even though they are public
If you have public sourcemaps but they are not available in LogRocket, it's possible that they are not CORS enabled. Make sure that they are served with a Access-Control-Allow-Origin: '*'
header to enable LogRocket to download these assets. If you see this error in the console after opening a stack trace in LogRocket, this is the issue that you're having:
For more information, check our our sourcemap guide.
Updated about 6 years ago