Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add outcome/status_code to resource timing spans #1459

Open
devcorpio opened this issue Nov 23, 2023 · 0 comments
Open

add outcome/status_code to resource timing spans #1459

devcorpio opened this issue Nov 23, 2023 · 0 comments

Comments

@devcorpio
Copy link
Contributor

devcorpio commented Nov 23, 2023

Context

Until recently, performance ResourceTiming entries were not exposing the response status code of any loaded resource.

Because of that, the RUM agent sets the outcome of every resource timing span to unknown. Since it's not possible to know whether a resource has loaded successfully.

Fortunately, since version 109, Chromium browsers have started to expose the aforementioned status code.

Opportunity

Due to that fact, we will be able to set the outcome (success, failure) of the resource timing span based on that status code, which will give our users much more visibility of what's going on with their web application resources.

@vigneshshanmugam vigneshshanmugam changed the title add outcome to resource timing spans add outcome/status_code to resource timing spans Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant