Missing the messages

stevil

Posted on
Jul 02 2014

I'm using Raygun4Net in a Xamarin iOS project. I can see the RaygunMessage class and how to send a RaygunMessage but can't see where they show up in the dashboard. I see the ErrorReports area, the Active tab, and the Message column. Is that where I should see them?

TIA


Jason Fauchelle

Raygun

Posted on
Jul 02 2014

Hello

Yes, the messages should be listed in the area that you described. Each listed item will actually be a group of error instances that all happened in the same code in the application. Clicking one of the messages will then display more information about that error group and allow you to look through all the instance data.

Is your active tab blank? If so, let me know how you've set up Raygun4Net.Xamarin.iOS and I'll see if there are any issues. The best way to set it up is to use the static RaygunClient.Attach method.

-Jason Fauchelle


stevil

Posted on
Jul 03 2014

Thanks Jason. I see the messages there now. It must have been something with my code. Thanks for your reply.


Reply