Swift and Objective-C libraries to interact with Datadog on macOS. In order to compile the sdk for macOS all iOS functionality is wrapped in
#if os(iOS)
. The only DD feature availible for macOS is Logging, RUM and tracing is not availible. There a small differences in functionality to support macOS, e.g finding the OS name and hostname use OS specific apis.
See the dedicated Datadog iOS Log Collection documentation to learn how to send logs from your iOS application to Datadog.
See Datadog iOS Trace Collection documentation to try it out.
See Datadog iOS RUM Collection documentation to try it out.
If you use Alamofire, review the DatadogAlamofireExtension
library to learn how to automatically instrument requests with the Datadog iOS SDK.
Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the Contributing Guide.