Information
Apple provides a mechanism to send diagnostic and analytics data back to Apple to help them improve the platform. Information sent to Apple may contain internal organizational information that should be controlled and not available for processing by Apple. Turn off all Analytics and Improvements sharing.
Share Mac Analytics (Share with App Developers dependent on Mac Analytic sharing)
Includes diagnostics, usage and location data
Share iCloud Analytics
Includes iCloud data and usage information
Share analytics information from your Mac with Apple
Rationale:
Organizations should have knowledge of what is shared with the vendor and the setting automatically forwards information to Apple.
Solution
Perform the following to disable diagnostic data being sent to Apple:
Graphical Method:
Open System Preferences
Select Security & Privacy
Select Privacy
Select Analytics & Improvements
Uncheck 'Share Mac Analytics'
Uncheck 'Share iCloud Analytics'
Terminal Method:
$ sudo defaults write /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist AutoSubmit -bool false
$ sudo chmod 644 /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist
$ sudo chgrp admin /Library/Application Support/CrashReporter/DiagnosticMessagesHistory.plist