sentry-unity icon indicating copy to clipboard operation
sentry-unity copied to clipboard

Development of Sentry SDK for Unity

Results 264 sentry-unity issues
Sort by recently updated
recently updated
newest added
trafficstars

Sentry has support for Xbox Series X and S through [`sentry-native`](https://github.com/getsentry/sentry-native) but not yet through this SDK (Unity package). We're tracking demand for adding this support through this package. In...

## Environment How do you use Sentry? Sentry SaaS ([[sentry.io](http://sentry.io/)](http://sentry.io/)) Which version of the SDK? 3.0.2 How did you install the package? Git-URL Which version of Unity? 6000.0.34f1 Is this...

To give users the ability to test directly in the samples and have expectations set/met right there. ![Screenshot 2025-03-10 at 17 42 15](https://github.com/user-attachments/assets/64aed314-2f35-4335-8c2d-0d86c1e2f5b3) ![Screenshot 2025-03-10 at 17 42 07](https://github.com/user-attachments/assets/ca36744f-8dd0-49b3-a32f-e44546a6072b)

Collecting ideas on how to better integrate with Perforce as VCS. Perforce's [integration with Unity](https://www.perforce.com/integrations/perforce-and-unity-integration). Thing that come to mind: - Support on Sentry https://github.com/getsentry/sentry/issues/68525 - Automatic support of equivalent...

Targets the **Android** part of https://github.com/getsentry/sentry-unity/issues/2054 We're able to hook into the LifeCycleEvents instead of relying on Unity's systems.

## Problem Currently, when users put the app in the background during startup, the SDK has no way to compensate for the inactivity, still finishing the transaction based on timestamps....

Sentry has support for Nintendo Switch through an official integration with Nintendo where they send the native dumps directly to Sentry. Today, those crashes are agnostic of game engine. So...

Sentry has support for PlayStation 5 retail crashes. We're tracking demand for adding this support through this package. In addition, please let us know if you're interested in PlayStation 4...

https://docs.unity3d.com/6000.0/Documentation/ScriptReference/Resources.Load.html Often a cause of slow downs but not landing in our transactions today.

Performance

Unity has a Remote Config feature: https://unity.com/products/remote-config The goal is to capture the config/feature flag values for apps on Firebase, automatically. Also: Add onboarding in Sentry. See: * https://github.com/getsentry/sentry/pull/85132 *...