sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
The docker container are not up yet: https://hub.docker.com/r/unityci/editor #skip-changelog
Originates from https://discord.com/channels/621778831602221064/621778831602221072/1387406424404922561 ## Problem Capturing an exception aborts the game with ``` UnityEngine::UnityException: GetBatteryStatus can only be called from the main thread. Constructors and field initializers will be executed...
The C# layer is expected to work on all console platforms. We have POC working for - https://github.com/getsentry/sentry-unity/pull/2068 - https://github.com/getsentry/sentry-unity/pull/2198 - Missing PR for PlayStation From these POCs we can...
## The Problem Currently there are multiple ways to initialize the SDK, none of them ideal. There are multiple `Init` methods while the SDK is auto-initializing. Users have no straight...
The SDK is setting filename to just the file name (e.g., "SomeMonoBehaviour.cs") instead of the relative path from project root (e.g., "Assets/Scripts/SomeMonoBehaviour.cs"). This breaks code mapping functionality in Sentry. On...
We'll need to find a way to deal with statically built sentry-native. Follow up on fixing the installation instructions in https://github.com/getsentry/sentry-switch/pull/26 Todos: - [x] Import sentry-switch - [x] Figure out...
Since the Cocoa SDK is provided as `.xcframework` changes to its files (i.e. adding a new one) cause the UPM package validation to fail. Bumping the Cocoa SDK should also...
Even when supplying the Git-URL without the appended tag, users still need to check on the package manager to update the SDK. Similarly to other packages (or Unity itself), we...
I have a problem on a WebGL build in Unity. I have turned off the auto-initialization of Sentry. And decided that I will turn it on and off when I...
### Environment How do you use Sentry? sentry.io Which version of the SDK? 3.2.2 How did you install the package? (Git-URL, Assetstore) Which version of Unity? 2022.3.62f1 LTS Is this...