xt0rted / Raygun.Owin

Owin middleware for Raygun.io
MIT License
3 stars 2 forks source link

Update URL to just send the path and query to match other Raygun clients #13

Closed dwnz closed 9 years ago

xt0rted commented 9 years ago

Looks like the build is failing due to the version of nunit being referenced, I'll fix that later.

The official client doesn't use PathAndQuery, it uses AbsolutePath. Since PathAndQuery gives more data should that be updated as well?

dwnz commented 9 years ago

Sweet, no worries.

I have just swapped it to use AbsolutePath - the querystring part below takes care of querystrings :)