aws-observability / aws-rum-web

Amazon CloudWatch RUM Web Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[General Inquiry]: missing stacktrace when recording js errors with RUM

mcnally opened this issue · comments

What is your general inquiry?

I have set up webrum using the script and recordPageView, I am seeing errors in the console e.g. error Script error. but no stacktrace
Is there any additional setup required to record error stack traces for errors that happen at runtime ?

Please provide steps to reproduce, and the full JS error events

If the application throws something other than an Error object (like a string), there will be no stack trace.

For example, throw "Script error." will not yield a stack trace.