I can see source maps in Confluence Cloud, at least some of them, and I must admit that it is sometimes helpful:
debugging peculiarities of Confluence and Atlassian Connect
learning how Atlassian is using Atlaskit and React
There was a period, when source maps for Jira Cloud were also accessible, and it was great. Unfortunately as of today they are not accessible anymore (https://statlas.prod.atl-paas.net/ is not accessible from outside of Atlassian internal network).
Even without source maps I can still find answers to some of my questions, but it takes a lot of time, because the code is minified, and having access would speed up things in many aspects. Atlassian end users could benefit from that.
What is this security concern about? The source code is available anyway, just minified. Why Confluence Cloud team did not share this concern, and decided to publish source maps?
I can still see links to source maps in Jira Cloud frontend assets:
Regardless of the above, WDYT about addressing those needs:
debugging peculiarities of Confluence and Atlassian Connect
learning how Atlassian is using Atlaskit and React
I thought that source maps is the cheapest way to achieve that, given that Jira Cloud guys are very busy (lots of work on the new issue view ahead of them ;))