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

[RUMF-636] initial document trace id #492

Merged
merged 10 commits into from
Aug 24, 2020

Commits on Aug 14, 2020

  1. [RUM] handle isTrackedWithResource before creating the event

    * This simplifies a bit the performance collection
    * This makes it closer to how trackRequests works
    * This fixes the trackPageActivities computation (it should not be
    impacted by whether resources are collected or not)
    BenoitZugmeyer committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    da564fb View commit details
    Browse the repository at this point in the history
  2. [RUM] don't use dom.d.ts performance entry types

    Two reasons:
    
    * custom types are easier to fake for manually created data and mock
    during tests. It requires less cast. Also, we already had "fake" types
    accross the codebase.
    * it will be used to add optional properties like "traceId"
    BenoitZugmeyer committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    87c68d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    a84d4ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dae5c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949f4f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    530c445 View commit details
    Browse the repository at this point in the history
  2. ♻️👌 [RUM] replace isValidResource by shoultTrackResource

    The new function makes sure the session is tracking resources, allowing
    to factorize the code between requests and resources tracking.
    BenoitZugmeyer committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    33a417a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2c9469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f71034 View commit details
    Browse the repository at this point in the history
  5. 🏷️ [RUM] traceId should be a string

    This change was already introduced by
    5d7a689 but reverted by
    9826e05
    BenoitZugmeyer committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    702ec9c View commit details
    Browse the repository at this point in the history