aws-observability / aws-rum-web

Amazon CloudWatch RUM Web Client
Apache License 2.0
114 stars 65 forks source link

Support for sourcemaps in aws-rum-web #231

Open tlakomy opened 1 year ago

tlakomy commented 1 year ago

Hello,

Are there any plans to support sourcemaps in CloudWatch RUM? In short I'd like to be able to understand the root cause of errors similar to this:

image

I'm looking for something similar to https://docs.datadoghq.com/real_user_monitoring/guide/upload-javascript-source-maps/

qhanam commented 1 year ago

We (the CloudWatch RUM team) are exploring this, although it is outside the scope of the CloudWatch RUM web client.

formatkaka commented 1 year ago

Hello, Is their any progress on this ticket ? Is it still being considered ? Thanks

bryandent commented 9 months ago

We are looking for the same. Would be a great enhancement.

jakob-lj commented 9 months ago

@qhanam is there any progress on this ticket?

This is potentially a deal breaker, forcing teams to use datadog, sentry or other solutions

vadimcoder commented 4 months ago

It would be very cool to have this feature! In Sentry we can upload source maps via API, in NewRelic it's possible to upload them in UI. Generally, no matter how to upload, both variants are good.