Disable storing "Machine Name"

Omri

Posted on
May 29 2015

Hi all,

Is thera any way to disable the "Machine Name" property in the error\crash log from iOS devices (Raygun4iOS)? For example: "Omri's IPhone".

This field is kind of private information and I don't want to store it.

thanks, Omri.


Jason Fauchelle

Raygun

Posted on
May 29 2015

Hi Omri,

Thanks, this is good feedback. Currently this is not possible. I've noted this down to look at in a future version, but don't have a time frame of when this will be available sorry.

-Jason Fauchelle


Jason Fauchelle

Raygun

Posted on
Jun 19 2015

Hi Omri,

We've just released the next version of Raygun4iOS (v2.1.0) which includes an option to prevent sending the machine name. To use this, use the new sharedReporterWithApiKey overload.

[Raygun sharedReporterWithApiKey:@"YOUR_APP_API_KEY" withCrashReporting:true omitMachineName:true]

This is available via CocoaPods, or directly download the framework if you're referencing it manually: https://s3.amazonaws.com/data.raygun.io/providers/raygun4ios/2.1.0.zip

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

-Jason Fauchelle


Reply