sentry-unity
sentry-unity copied to clipboard
Development of Sentry SDK for Unity
### Environment OS: Windows 10 22H2 How do you use Sentry? self-hosted/on-premise 23.2.0 Which version of the SDK? 2.0.1 How did you install the package? (Git-URL, Assetstore) Git-URL in package-manager...
### Problem Statement Once a unity based mobile game is published, its very hard to tell how it performs in terms of frame rate and loading times ### Solution Brainstorm...
Notice it's grayed out:  Shows for .NET though 
### Environment How do you use Sentry? Sentry Saas Which version of the SDK? 2.0.0 How did you install the package? (Git-URL, Assetstore) git-url Which version of Unity? 2021.3.16f1 Is...
### Environment How do you use Sentry? Sentry SaaS Which version of the SDK? 2.0.0 How did you install the package? (Git-URL, Assetstore) UPM Git-URL Which version of Unity? 2022.3.20...
Instead of relying on two places (`ScriptableSentryUnityOptions` and `SentryUnityOptions`) we should consolidate all relevant default values into SentryUnityOptions. This way we enable programmatic initialization to be set up. (i.e. https://github.com/getsentry/sentry-unity/issues/1012)
User consent
Have the SDK operate ‘properly’ but ‘hold off’ on sending events until consent is given. If revoked stop events from being sent again. Depends on: * [x] https://github.com/getsentry/sentry-native/issues/110 * [...
### Environment How do you use Sentry? Sentry SaaS Which version of the SDK? We are upgrading from 17.0. We tried to upgrade months ago to version 22.1 and ran...
Especially with the scene load auto instrumentation: The scene loading creates and closes its own transaction. This stops manual setups from containing those. Idea: The auto instrumentation should try to...
### Environment Which version of the SDK? current main branch Which version of Unity? Windows Unity 2020 ### Steps to Reproduce 1. Build the sample app for Linux (I've noticed...