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

Stage RUM 2.0 for release #571

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Stage RUM 2.0 for release #571

merged 2 commits into from
Jul 16, 2024

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    5a9037b View commit details
    Browse the repository at this point in the history
  2. feat!: capture all W3C fields in ResourceEvents (#489)

    * fix: replace ResourceEvent with W3C compliant PerformanceResourceTimingEvent (breaking)
    
    * fix: firefox
    
    * chore: add version 2.0.0
    
    * chore: dispatch omitted resource fields to event bus
    
    * chore: remove internalMessage
    
    * chore: cleanup
    
    * fix: flaky ms edge integ test
    
    * chore: add unit tests for event type validation
    
    * fix: integ test port
    
    * fix: flaky ms edge integ test
    
    * chore: add links to stylesheet filetype
    
    * chore: test
    
    * fix: disable flaky tests on edge
    
    * chore: add integ test for value check
    
    * fix: port
    
    * chore: remove server timing for now
    
    * chore: observe()
    
    * chore: restore ignore comment
    
    * chore: add length check to integ test
    
    * Revert "chore: add length check to integ test"
    
    This reverts commit 5061775.
    
    * chore: change title to PerformanceResourceTimingEvent
    
    * chore: remove version and add enum for initiatorType
    
    * fix: isPutRumEvents()
    
    * Revert "fix: isPutRumEvents()"
    
    This reverts commit 3e29234.
    
    * chore: add initiatorType "other"
    
    * chore: add runtime check for resource
    
    * chore: restore name
    
    * chore: restore name
    
    * Add a wait to see if it fixes integ tests
    
    ---------
    
    Co-authored-by: Quinn Hanam <[email protected]>
    williazz and qhanam committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    5035275 View commit details
    Browse the repository at this point in the history