Host filtering not working

fdrozdowski

Posted on
Jun 03 2015

Hi,

I haven't been able to filter my error messages by host name. The auto-completion algorithm does not seem to generate any results, even though I can see that my error reports include valid host name.

Any suggestions?

EDIT:

I figured it out. This information is helpful for people who are trying to submit error reports without using existing Raygun providers.

Clearly, the entire JSON data has to be either lower camel case (lowerCamelCase) or upper camel case (UpperCamelCase). Mixing them is not allowed.

Additionally, indexing used in filtering is done based on ["details"]["request"]["headers"]["host"], even though "Request" tab in error reports shows ["details"]["request"]["hostName"].

Finally, HTTP header ["details"]["request"]["headers"]["user-Agent"] hast to be present in your JSON data.


Reply