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

feat(metrics): Add secure connect navigation timing #2980

Merged
merged 2 commits into from
Oct 20, 2020

Commits on Oct 16, 2020

  1. feat(metrics): Add secure connect navigation timing

    This is helpful to determine whether the span needed to do tls negotation, and if so, how long it takes. Had to modify the addPerformanceNavigationTiming function to allow a custom end since secure connect's end is connectEnd.
    k-fish committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a5a4eba View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Update packages/tracing/src/browser/metrics.ts

    Co-authored-by: Alberto Leal <mail4alberto@gmail.com>
    k-fish and dashed committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    42df7bf View commit details
    Browse the repository at this point in the history