gems fastlane 1.33.3
1.33.3 Added optional crash reporting

latest releases: 2.220.0, 2.219.0, 2.218.0...
8 years ago

You can now opt-in to send crash reports when you experience problems with fastlane

fastlane enable_crash_reporting

👍 This makes resolving issues much easier and helps improving fastlane
🔒 The reports might contain personal data, but will be stored securely on getsentry.com
✨ Once crash reporting is enabled, you have much cleaner output when something goes wrong

Privacy

I tried my best removing all personal information from the stack traces, I wrote an extension to remove the username from absolute paths link and remove things like the host name.

There might be situations where personal information will get uploaded to getsentry.com, for example when the exception text contains the app identifier.

If you decide to disable crash reporting again:

fastlane disable_crash_reporting

Don't miss a new fastlane release

NewReleases is sending notifications on new releases.