Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T20:17:14.000Z (7 months ago)
- Last Synced: 2024-04-14T05:14:01.241Z (7 months ago)
- Topics: distributed-tracing, ios, logging, objective-c, real-user-monitoring, rum, swift, tracing, tvos
- Language: Swift
- Homepage:
- Size: 45.2 MB
- Stars: 174
- Watchers: 18
- Forks: 110
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: SUPPORTED-VERSIONS.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.
![Datadog iOS Log Collection](docs/images/logging.png)
### Trace Collection
See [Datadog iOS Trace Collection][2] documentation to try it out.
![Datadog iOS Log Collection](docs/images/tracing.png)
### RUM Events Collection
See [Datadog iOS RUM Collection][3] documentation to try it out.
![Datadog iOS RUM Collection](docs/images/rum.png)
#### 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] or [Apollo GraphQL][8], 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