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

🐛 [RUM-89] Do not count discarded resources #2410

Merged

Conversation

amortemousque
Copy link
Contributor

@amortemousque amortemousque commented Sep 4, 2023

Motivation

With the introduction of trackResources (cf: PR), resources can now be discarded. They are still sent to the intake for tracing but not indexed in RUM. The discarded resource should not be counted.

Changes

Check if the resources is not discarded in trackEventCounts()

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

@amortemousque amortemousque requested a review from a team as a code owner September 4, 2023 13:06
@amortemousque amortemousque merged commit 2da285d into main Sep 5, 2023
@amortemousque amortemousque deleted the aymeric/stop-counting-event-when-resources-not-tracked branch September 5, 2023 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants