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

Server: Avoid using map_err in order to preserve #[track_caller] #1078

Merged
merged 1 commit into from
Sep 19, 2023

Commits on Sep 18, 2023

  1. Server: Avoid using map_err in order to preserve #[track_caller]

    `Result::map_err` does not have `#[track_caller]`, so using it will
    set the caller information to the parent `fn trace` (rather than
    the original caller).
    svix-aaron1011 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    976019b View commit details
    Browse the repository at this point in the history