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: Unable to use sentry when URI contains non-ascii symbols on Net::HTTP traces. #2417

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 26, 2024

  1. escaping URLs on http.rb

    Right now sentry is not capable of sending traces that contain non ascii characters due to it's usage of `URI.parse`.
    
    It will not accept characters like å, ø or æ
    rascencio-kraft committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d1b3f6c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. ref: adds a small spec to check for non-ascii fields on the path para…

    …m for Net::HTTPRequest
    
    Signed-off-by: Raul Ascencio <raul@kraftanmelding.no>
    rascencio-kraft committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    801e55e View commit details
    Browse the repository at this point in the history
  2. Add changelog

    sl0thentr0py committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    545ac1c View commit details
    Browse the repository at this point in the history