DataDog / dd-sdk-kotlin-multiplatform

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

RUM-4289: Add SDK initialization logic #7

Closed 0xnm closed 5 months ago

0xnm commented 5 months ago

What does this PR do?

This PR adds the logic necessary for the SDK initialization for both Android and iOS.

The signature of the KMP function for initialization has context: Any? as first parameter, because on Android we need to provide application context to the SDK, while on iOS it is not needed.

Review checklist (to be filled by reviewers)