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

We've received user feedback that the SDK is causing a significant increase of the final `.apk`.

In the `0.8.3` release `sentry-native` shipped support for capturing screenshot during crash-events on windows. I assume this has to be opted-into. https://github.com/getsentry/sentry-native/pull/1170

Feature
Windows

#### Feature Request Extend the `connection_type` field to include cellular network technology (3G, 4G LTE, and 5G etc.). #### Mobile Native Issues - Android: https://github.com/getsentry/team-mobile/issues/150 - Cocoa https://github.com/getsentry/sentry-cocoa/issues/4488 #### Technical...

Feature
Platform: iOS
Android

## Problem Statement Currently, there is no straight forward way to delay the SDK's initialization. In addition, while manual initialization is possible, it might come with some hurdles. ## Context...

Improvement

## Problem Statement The current integration test is limited to running the [SmokeTester](https://github.com/getsentry/sentry-unity/blob/main/test/Scripts.Integration.Test/Scripts/SmokeTester.cs) and crash tests with a mock server that only confirms whether events were sent, without providing visibility...

Tests

Due to a hub regression we've temporarily disabled the macOS smoketests in https://github.com/getsentry/sentry-unity/pull/1790 This should be validated and reverted.

Repository Maintenance
Tests

The unit testing setup is a bit brittle right now. Consider: - [ ] Tests (especially integration tests that are sending events to Sentry) should add breadcrumbs with their name...

Repository Maintenance
Tests

Releasing to the Unity Asset Store requires manual import of the package and upload through the Editor. This means we do have access to the actual source that is getting...

The Sentry native SDK added a new API to attach view hierarchies: https://github.com/getsentry/sentry-native/pull/1191 This should allow not only non-fatal errors from having the view hierarchy sent to Sentry but also...