Angular setup
DanielE
                                        Posted on
                                        
                                        Dec 31 2019
                                    
My company uses Angular with the docs set up, but they want to upload the source files from in a private way.
My question is, if i upload the source map directly from the API or the browser, should i delete also the set up file "app.raygun.setup.ts", or i should just upload the source maps the source maps directly and leave the set up intact?
Benjamin
Raygun
                                        Posted on
                                        
                                        Jan 06 2020
                                    
Hi Daniel,
Thanks for the question. You will need to keep the app.raygun.setup.ts file even if you have uploaded your source maps. The app.raygun.setup.ts file enables Crash Reporting and/or RUM and so without this file you will probably not see any information in Raygun. 
Hope that helps!