DataDog / dd-sdk-kotlin-multiplatform

Datadog SDK for Kotlin Multiplatform
Apache License 2.0
4 stars 0 forks source link

Datadog SDK for Kotlin Multiplatform

A client-side Kotlin Multiplatform library to interact with Datadog.

Supported platforms

Platform Version
Android / Android TV API 21+
iOS / iPadOS 12+

Getting Started

Log Collection

See the dedicated Datadog Kotlin Multiplatform Log Collection documentation to learn how to forward logs from your Kotlin Multiplatform application to Datadog.

Real User Monitoring

See the dedicated Datadog Kotlin Multiplatform RUM Collection documentation to learn how to send RUM data from your Kotlin Multiplatform application to Datadog.

RUM Integrations

Ktor

If you use Ktor to make network requests in your application, see Datadog's dedicated library.

Looking up your logs

When you open your console in Datadog, navigate to the Log Explorer. In the search bar, type source:kotlin-multiplatform. This filters your logs to only show the ones coming from Kotlin Multiplatform applications.

Datadog Mobile Logs

Looking up your RUM events

When you open your console in Datadog, navigate to the RUM Explorer. In the side bar, you can select your application and explore Sessions, Views, Actions, Errors, Resources, and Long Tasks.

Datadog Mobile Logs

Troubleshooting

If you encounter any issue when using the Datadog SDK for Kotlin Multiplatform, please take a look at the troubleshooting checklist, or at the existing issues.

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