02 Dec 2024 10:28 PM
https://www.dynatrace.com/news/blog/source-map-support-javascript-error-analysis/
I am aware there are steps for manual upload of source files, how I integrate as part of the build process? i.e how to upload source map files from my CI (GitHub workflow). The instrumentation sites are public access while the source maps are private.
Application monitored here is Static web apps.
thanks
Solved! Go to Solution.
03 Dec 2024 07:57 AM
Hi @karthickj25,
You can upload javascript mapping files via API (environment API v2):
Or Mobile symbol files via Configuration API:
You should need a public endpoint, you can use the GET, PUT and other methods via this endpoint to collect data from or upload data to the DT cluster:
I hope it helps.
Best regards,
Mizső
07 Dec 2024 03:37 PM
Hi @karthickj25
If you will proceed with Configuration API, the required scope will be "DssFileManagement" for all methods Get / PUT / Delete.
Thanks @Mizső for valuable inputs.
BR,
Peter
04 Dec 2024 12:50 AM
Thanks.. Will try this
07 Dec 2024 03:27 PM
Hi @karthickj25
In addition to the proper guidance provided by @Mizső that works for the current case.
PFA resources:
Hoping it adds value.
BR,
Peter