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

### 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...

Bug
Editor
WebGL

### 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...

Feature

Notice it's grayed out: ![image](https://github.com/getsentry/sentry-unity/assets/1633368/6be0aa6b-ddbf-4ba2-9327-3d7d8480a179) Shows for .NET though ![image](https://github.com/getsentry/sentry-unity/assets/1633368/35503db7-fe89-4fdb-a5da-60542d7b544d)

Documentation

### 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...

Repository Maintenance

### 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...

Documentation

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)

Repository Maintenance
Improvement

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 * [...

Feature

### 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...

Bug
Question
Effort: Small
Impact: Medium

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...

Product: Tracing
Improvement

### 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...

Bug
Mono
Linux