I try to include StackTrace.js in my app but It didn't work.
I try with CDN putting :
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/stacktrace.js/1.0.1/stacktrace.min.js"></script>
in my index.html
But I have the following error
XMLHttpRequest cannot load https://cdnjs.cloudflare.com/ajax/libs/stacktrace.js/1.0.1/stacktrace.min.js.map. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:1841' is therefore not allowed access.
I also try to include all the source but it try to load some ressources when i load my page and I don't understand how to change the location...
Anyhow I don't understand how to properly include this lib in my app in Sencha Cmd properly way...
Thanks in advance