You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an HTTP event with status codes and nested objects for request/response
As a ResourceEvent, which includes full latency breakdown. But no status code or nested object for request/response
There is a gap in RUM's capabilities, however, because (2) can be recorded from the PerformanceAPI cache even if RUM is initialized much later. But (1) can only be recorded at runtime. Instead, RUM should backfill cached PerformanceResourceTiming entries into HttpEvents when HTTP Requests are sent by Fetch, Xhr, and Beacon.
Core functionality of RUM for SSR website is not working to capture http error.
Upgraded the RUM version from 1.18.0 to 1.19.0
I would like to clarify that the Performance API focuses on performance-related metrics, which don't meet my request. I only want to track HTTP and error metrics. But still, I tried implementing the script you suggested for the Performance API, but unable to catch the 403 error.
I've increased the priority of the cwr.js file, so now it's loaded before the generated JS file. However, we are still experiencing issues with session and not catching HTTP errors.
performance telemetry also not able to capture 4xx and 5XX error
Please provide your feature request
RUM can records HTTP requests in two formats:
There is a gap in RUM's capabilities, however, because (2) can be recorded from the PerformanceAPI cache even if RUM is initialized much later. But (1) can only be recorded at runtime. Instead, RUM should backfill cached PerformanceResourceTiming entries into HttpEvents when HTTP Requests are sent by Fetch, Xhr, and Beacon.
The reason we should do this is because
[Optional] Nice to haves to complete the story
The text was updated successfully, but these errors were encountered: