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

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Oct 16, 2020

Summary

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.

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.
@dashed dashed requested a review from a team October 17, 2020 01:39
Co-authored-by: Alberto Leal <mail4alberto@gmail.com>
@github-actions
Copy link
Contributor

size-limit report

Path Size
@sentry/browser - CDN Bundle (gzipped) 19.59 KB (-0.01% 🔽)
@sentry/browser - Webpack 20.42 KB (0%)
@sentry/react - Webpack 20.42 KB (0%)
@sentry/browser + @sentry/tracing - CDN Bundle (gzipped) 26.56 KB (+0.07% 🔺)

@kamilogorek kamilogorek merged commit 3a7be5b into master Oct 20, 2020
@kamilogorek kamilogorek deleted the feat/metrics-add-secure-connection branch October 20, 2020 10:30
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.

None yet

3 participants