Closed kirbysayshi closed 4 years ago
@ODEit I think this is ready to go!
@sbaum1994 we updated the PR to remove the username/password tags. let us know if you think we can proceed to merge this fix.
@sbaum1994 it doesn't seem like I'm able to merge this, would you be able to? thanks!
Hello! I found a bug where most traces were reported as GET, even when the incoming request was POST. This should fix the bug by always using the recreated
Request
object. It also cuts down on the conditionals. I made two other simplifications, but will address them inline!