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

Commits on Jul 11, 2023

  1. fix(tracing): Improve network.protocol.version

    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 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9339e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5823ee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    f0cdc05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f630a60 View commit details
    Browse the repository at this point in the history
  3. Fix any type

    k-fish committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f833e5b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix/tracing-improve-network-protocol' of github.com:get…

    …sentry/sentry-javascript into fix/tracing-improve-network-protocol
    k-fish committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    2133f3c View commit details
    Browse the repository at this point in the history
  5. Use type throughout

    k-fish committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f99dc65 View commit details
    Browse the repository at this point in the history
  6. Switch unknown to real values

    k-fish committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    138da56 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    ee06994 View commit details
    Browse the repository at this point in the history
  2. Fix for versionless protocols

    k-fish committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3b27b6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    377d74f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79e46f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51501e3 View commit details
    Browse the repository at this point in the history
  6. skip flaky remix test

    AbhiPrasad committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1ee7589 View commit details
    Browse the repository at this point in the history