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

fix(tracing): Improve network.protocol.version #8502

Merged
merged 14 commits into from
Jul 17, 2023

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Jul 11, 2023

Summary

Protocols are from https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids which don't exactly match the OSI. We can consider adding a lookup table later if people are finding this insufficient.

Timings and protocol version is behind an experiment still.

Protocols are from https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids which don't exactly match the OSI. We can consider adding a lookup table later if people are finding this insufficient.
@k-fish k-fish requested review from a team, AbhiPrasad and ale-cota and removed request for a team July 11, 2023 15:12
@github-actions
Copy link
Contributor

github-actions bot commented Jul 11, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.95 KB (+0.01% 🔺)
@sentry/browser - ES5 CDN Bundle (minified) 69.13 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 20.28 KB (-0.02% 🔽)
@sentry/browser - ES6 CDN Bundle (minified) 60.38 KB (0%)
@sentry/browser - Webpack (gzipped + minified) 21.9 KB (0%)
@sentry/browser - Webpack (minified) 71.51 KB (0%)
@sentry/react - Webpack (gzipped + minified) 21.92 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified) 50.78 KB (+0.39% 🔺)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 30.34 KB (+0.78% 🔺)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 28.33 KB (+0.63% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 49.44 KB (+0.03% 🔺)
@sentry/replay - Webpack (gzipped + minified) 43.16 KB (+0.15% 🔺)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 69.7 KB (+0.27% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.83 KB (+0.03% 🔺)

@AbhiPrasad
Copy link
Member

I would also rebase if you can, we fixed a bunch of test flakes.

@k-fish k-fish force-pushed the fix/tracing-improve-network-protocol branch from 7525845 to 3b27b6f Compare July 17, 2023 14:30
@AbhiPrasad AbhiPrasad merged commit 6b009c0 into develop Jul 17, 2023
67 checks passed
@AbhiPrasad AbhiPrasad deleted the fix/tracing-improve-network-protocol branch July 17, 2023 17:32
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.

2 participants