Elastic APM Angular Rum - 0.4.1 - Sourcemap publish to APM

How do we publish source maps from angular project?

Hi @sureshkumargarlapati,

Please have a look at our guide on sourcemaps.

Hope this helps.

Cheers,
Hamid

Yeah, I did see that. Is there anything specific for angularv8 and typescript?

TypeScript has config options to generate the sourcemaps files, please see TypeScript docs for this. But as long as the sourcemap files are generated they would work the same way for an Angular application.

The important part is to upload the sourcemaps with correct parameters to the APM server. There are examples of that in our docs.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.