Raygun Xamarion iOS question-

Jsh

Posted on
Nov 27 2014

In the Raw Data, Is it possible to add custom data from our app such as the Username, their email which the app has stored on the sql lite db?


Jason Fauchelle

Raygun

Posted on
Dec 01 2014

Hi Jsh,

The best way to send user information would be to either set the User or UserInfo property on your RaygunClient instance. The User property is a string that you can set to any id value that you want such as a name, email address, database id or anything. The UserInfo property lets you set an instance of RaygunIdentifierMessage which allows you to provide more information at once.

For other custom data, you can provide a list of string-tags or/and a dictionary of objects via one of the manual Send or SendInBackground method overloads of the RaygunClient.

Please let me know if you have further questions about this.

-Jason Fauchelle


Reply