Datadog Unity
Monitor your Unity games with Real User Monitoring (RUM), comprehensive logging, and automatic crash reporting for Android and iOS. The Datadog Unity SDK provides production insights into app performance, user behavior, and errors to help you maintain quality across your player base.
com.datadoghq.unity 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/datadog-unity.git README Markdown
Copy this to your project's README.md
## Installation
Add **Datadog Unity** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/datadog-unity.git
```
[](https://www.pkglnk.dev/pkg/datadog-unity)Dependencies (2)
README
Datadog Unity
Overview
The Datadog Unity SDK supports Real User Monitoring (RUM), logging, and crash reporting for Android and iOS apps built on Unity.
[!NOTE] This repo is used to deploy the Datadog Unity package only. To submit issues or patches, use the Development Repo instead.
Install via OpenUPM
The Datadog Unity SDK is available on the OpenUPM registry. You can install it using the openupm command line tool.
openupm add com.datadoghq.unity
Manual Installation
Install External Dependency Manager for Unity (EDM4U). This can be done using Open UPM.
Add the Datadog SDK Unity package from its Git URL at https://github.com/DataDog/unity-package. The package url is
https://github.com/DataDog/unity-package.git.Configure your project to use Gradle templates, and enable both
Custom Main TemplateandCustom Gradle Properties Template.If you build and receive
Duplicate classerrors (common in Unity 2022.x), add the following block in thedependenciesblock in yourmainTemplate.gradle:constraints { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0") { because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib") } }
Additional Setup and Documentation
For further instructions on how to set up the Datadog SDK, refer to the RUM Unity Monitoring Setup documentation.
Contributing
Pull requests are welcome. First, open an issue to discuss what you would like to change.
For more information, read the Contributing guidelines.
License
For more information, see Apache License, v2.0.
No comments yet. Be the first!