Skip to content

Commit

Permalink
Update instrumentation/opentelemetry_cowboy/src/opentelemetry_cowboy.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Mefford <[email protected]>
  • Loading branch information
bryannaegele and GregMefford committed Oct 9, 2024
1 parent b0b938d commit dbf7274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ parse_method(Method) ->
<<"PATCH">> -> ?HTTP_REQUEST_METHOD_VALUES_PATCH;
<<"POST">> -> ?HTTP_REQUEST_METHOD_VALUES_POST;
<<"PUT">> -> ?HTTP_REQUEST_METHOD_VALUES_PUT;
<<"TRACE">> -> ?HTTP_REQUEST_METHOD_VALUES_PUT;
<<"TRACE">> -> ?HTTP_REQUEST_METHOD_VALUES_TRACE;
_ -> ?HTTP_REQUEST_METHOD_VALUES_OTHER
end.

Expand Down

0 comments on commit dbf7274

Please sign in to comment.