# sentry-unity **Repository Path**: mirrors_getsentry/sentry-unity ## Basic Information - **Project Name**: sentry-unity - **Description**: Development of Sentry SDK for Unity - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README


Sentry SDK for Unity =========== [![build](https://github.com/getsentry/sentry-unity/workflows/CI/badge.svg?branch=main)](https://github.com/getsentry/sentry-unity/actions?query=branch%3Amain) [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/sentry) ## Install Install the package via the Unity Package Manager using a Git URL to Sentry's SDK repository: ``` https://github.com/getsentry/unity.git ``` To use this specific version of the SDK, append `#4.1.0` to the URL, but note that this will stop Unity from suggesting version updates automatically. ## Documentation Sentry has extensive documentation for this SDK. Check the Sentry [Unity documentation for more details](https://docs.sentry.io/platforms/unity/). Blog posts: * [How to get started with Sentry's Unity SDK](https://blog.sentry.io/how-to-get-started-with-sentrys-unity-sdk-part-1/) * [Enabling Out-of-the-Box Performance Insights in Unity Games with the Sentry SDK](https://sentry.engineering/blog/enabling-out-of-the-box-performance-insights-in-the-unity-sdk) ## Setup Sentry SDK with Unity [![YouTube Video of Setup Sentry SDK with Unity](https://img.youtube.com/vi/-YKCRSA7TOc/0.jpg)](https://www.youtube.com/watch?v=-YKCRSA7TOc) ## Supported Unity Versions This SDK is tested with Unity 2020.3 onwards. If you're using Unity 2019.4, there is compatibility with this SDK up to major version 3. On [4.0.0 it's being dropped](https://github.com/getsentry/sentry-unity/releases/tag/4.0.0-beta.0) making the lowest version 2020.3. If you're using Unity 5.6 or 2018, these are not supported by this SDK. Sentry offered a minimalistic but stable SDK called [_sentry-unity-lite_](https://github.com/getsentry/sentry-unity-lite). It's available on a different repository. That SDK is now deprecated but is still compatible with Sentry server. ## Resources * [![Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg)](https://docs.sentry.io/platforms/unity/) * [![Discussions](https://img.shields.io/github/discussions/getsentry/sentry-unity.svg)](https://github.com/getsentry/sentry-unity/discussions) * [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/sentry) * [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry) * [![X Follow](https://img.shields.io/twitter/follow/sentry?label=sentry&style=social)](https://x.com/intent/follow?screen_name=sentry)