reverbdotcom / dd-sdk-ios

Datadog SDK for iOS and macOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Datadog SDK for iOS

Swift and Objective-C libraries to interact with Datadog on iOS.

Getting Started

See the dedicated Datadog iOS log collection documentation to learn how to send logs from your iOS application to Datadog.

Example Projects

This repository contains example projects showing SDK features (see examples/ folder). To send logs to Datadog, you must configure examples/examples-secret.xcconfig file with your own client token obtained on Datadog website. Use make examples tool to have the file template generated for you:

DATADOG_CLIENT_TOKEN=your-own-token-generated-on-datadog-website

Contributing

Pull requests are welcome. First, open an issue to discuss what you would like to change. For more information, read the Contributing Guide.

License

Apache License, v2.0

About

Datadog SDK for iOS and macOS.

License:Apache License 2.0


Languages

Language:Swift 95.8%Language:Python 1.6%Language:Objective-C 0.8%Language:Makefile 0.7%Language:Shell 0.7%Language:Ruby 0.5%