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

🐛 Using "excludedActivityUrls" removes resources from view event in RUM #3178

Open
konradkierus opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@konradkierus
Copy link

Describe the bug
I'm not sure if it's a bug or expected behaviour. I will understand if it's a feature request instead.

Our app, which is SPA, uses some "comet" techniques (that is, streaming or long polling) and we noticed such requests can affect loading time metric (view.loading_time) in RUM.
As described in the docs here loading time is calculated based on page activity.
Our plan was to use excludedActivityUrls to stop affecting views' loading time with "comet"-like requests.
The problem is that excludedActivityUrls removes also resource entries for such requests and they are no longer visible in VIEW event in RUM. It means there is no longer way to monitor these resources performance, for example, if/when request started, possible network errors, possible retries/reconnections and so on.

Expected behavior
Resources should be visible in RUM even if excludedActivityUrls is used.

@konradkierus konradkierus added the bug Something isn't working label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant