Unity

Our Unity SDK builds on top of the .NET SDK and extends it with Unity-specific features. It gives you helpful hints for where and why an error or performance issue might have occurred.

Features:

On this page, we get you up and running with Sentry's SDK.

Don't already have an account and Sentry project established? Head over to sentry.io, then return to this page.

Install the package via the Unity Package Manager using a Git URL to Sentry's SDK repository:

Copied
https://github.com/getsentry/unity.git

To use a specific version of the SDK, append #3.2.4 to the URL.

Installing the SDK will add an entry to Unity's top menu: Tools > Sentry. When you first open the menu, a wizard will guide you through the process of associating your game with a Sentry project and set up the initial configuration for you. The minimum configuration required is the DSN to your project.

Copied
{
  "public-dsn": ""
}

Sentry can be further configured via the Sentry configuration window or programatically.