The source map for CRA is enabled by default. I have given Instana the permission to download source map from my application in production, but the errors reported are still compressed and uglified. I guess the configuration has no effect.
Referring to this doc.
When I do a curl for the source map from the terminal, it works. My site is on HTTPS, but the doc says it makes an HTTP request. Is that the root cause? How to fix it?
//Curl
curl 'https://{my url}/static/js/{sourcemap name}.map' -H
'cache-control: no-cache' -H
'user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36'