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(remix): Skip span creation for OPTIONS and HEAD requests. [v7] #11485

Merged
merged 1 commit into from
Apr 8, 2024

Commits on Apr 8, 2024

  1. feat(remix): Skip span creation for OPTIONS and HEAD requests. (#…

    …11149)
    
    Fixes: #11105
    
    Skips span creation for `OPTIONS` and `HEAD` requests in
    `wrapRequestHandler`, which apparently are the unwanted requests
    mentioned in #11105. We can also implement a more precise filtering but
    this seems to resolve it on my local test application.
    onurtemizkan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    85408af View commit details
    Browse the repository at this point in the history