I just uploaded a the sourcemaps of our Angular application to Kibana using curl by following this guide: https://www.elastic.co/guide/en/apm/agent/rum-js/current/sourcemap.html.
It's working fine, my stacktraces in the error tab in APM couldn't be prettier, but I was wondering if I can trigger this pipeline/enrichment (is it a pipeline?) on older documents? I'm still seeing "error": "No Sourcemap available for ServiceName..." for errors that occurred before the upload.
We still have to automatically upload our sourcemaps when we deploy a new version of our application, but in the mean time I would like to be able to see the stacktrace if an error occurs.