https://github.com/datadog/dd-sdk-ios
Datadog SDK for iOS - Swift and Objective-C.
https://github.com/datadog/dd-sdk-ios
distributed-tracing ios logging objective-c real-user-monitoring rum swift tracing tvos
Last synced: 2 months ago
JSON representation
Datadog SDK for iOS - Swift and Objective-C.
- Host: GitHub
- URL: https://github.com/datadog/dd-sdk-ios
- Owner: DataDog
- License: apache-2.0
- Created: 2019-12-09T12:19:41.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-01T14:54:24.000Z (2 months ago)
- Last Synced: 2026-04-01T15:34:42.400Z (2 months ago)
- Topics: distributed-tracing, ios, logging, objective-c, real-user-monitoring, rum, swift, tracing, tvos
- Language: Swift
- Homepage:
- Size: 44 MB
- Stars: 276
- Watchers: 19
- Forks: 164
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Datadog SDK for iOS and tvOS
> Swift and Objective-C libraries to interact with Datadog on iOS and tvOS.
## Getting Started
### Log Collection
See the dedicated [Datadog iOS Log Collection][1] documentation to learn how to send logs from your iOS application to Datadog.

### Trace Collection
See [Datadog iOS Trace Collection][2] documentation to try it out.

### RUM Events Collection
See [Datadog iOS RUM Collection][3] documentation to try it out.

#### WebView Tracking
RUM allows you to monitor web views and eliminate blind spots in your hybrid mobile applications. See [WebView Tracking][5] documentation to try it out.
## Integrations
If you use [Alamofire][7], [Apollo GraphQL][8], [SDWebImage][9], or [OpenAPI Generator][10], see [Integrated Libraries][4] to learn how to instrument requests automatically.
## Contributing
Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the [Contributing Guide](CONTRIBUTING.md).
## License
[Apache License, v2.0](LICENSE)
## Supported Versions
See the [Supported Versions][6] documentation for more details.
[1]: https://docs.datadoghq.com/logs/log_collection/ios
[2]: https://docs.datadoghq.com/tracing/setup_overview/setup/ios
[3]: https://docs.datadoghq.com/real_user_monitoring/ios
[4]: https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/integrated_libraries/ios
[5]: https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/web_view_tracking?tab=ios
[6]: https://docs.datadoghq.com/real_user_monitoring/mobile_and_tv_monitoring/supported_versions/ios/
[7]: https://github.com/Alamofire/Alamofire
[8]: https://github.com/apollographql/apollo-ios
[9]: https://github.com/SDWebImage/SDWebImage
[10]: https://github.com/OpenAPITools/openapi-generator