datadog-kmp
0.6.1indexedUnified API facilitated integration with Datadog by offering core and bundled modules, allowing flexibility in dependency management and implementation for applications. Now deprecated.
Unified API facilitated integration with Datadog by offering core and bundled modules, allowing flexibility in dependency management and implementation for applications. Now deprecated.
Datadog KMP provides a unified Datadog API for use in Kotlin multiplatform projects.
Usage is demonstrated with the Datadog KMP sample app.
datadogThe datadog module provides the core API w/o having transitive dependencies on Datadog libraries.
Useful when it is desired to have Datadog libraries pulled into your application (separate from
Datadog KMP) and provide implementations of the API in your application.
dependencies {
api("com.juul.datadog:datadog:${datadogKmpVersion}")
}
bundledThe bundled module provides implementations of the datadog module and pulls in (transitively)
the Datadog libraries. Useful for applications/libraries that don't yet have Datadog integrated and
want to add a "batteries included" Datadog solution.
dependencies {
api("com.juul.datadog:bundled:${datadogKmpVersion}")
}
Copyright 2023 JUUL Labs, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance the License.
You may obtain a copy of the License at
http:
Unless applicable law agreed to writing, software
distributed under the License distributed an BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express implied.
See the License the specific language governing permissions
limitations under the License.
Surfaced from shared tags and platforms — no rankings paid for.