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 How do you use Sentry? sentry.io Which version of the SDK? 0.17 -> latest How did you install the package? (Git-URL, Assetstore) git url Which version of Unity?...

Bug
Question
Effort: Small
Impact: Medium
Platform: Unity

### Environment How do you use Sentry? Sentry SaaS (sentry.io Which version of the SDK? 0.22.2 How did you install the package? Git-URL Which version of Unity? 2021.3.5f1 Is this...

Platform: Unity

From tests of 0.22.0 and `Unity 2020.3.37f1` with our dogfooding game: The feature [works on iOS](https://sentry.io/organizations/sentry/issues/3464200251/events/31fce9271d654d0d9acbeaff95db566e/?project=5905698) as expected. An issue on Android: Only displays C++ line numbers: https://sentry.io/organizations/sentry/issues/3464200251/events/d61109bbe5d14daf852ec50da4f98504/?project=5905698&query=is%3Aunresolved A similar...

Bug
Platform: Unity

Since we've got the quality controls back in.

Enhancement
Effort: Small
Impact: Medium

### Environment **How do you use Sentry?** sentry.io **Which version of the SDK?** 0.20.1 **How did you install the package? (Git-URL, Assetstore)** UPM, git-url **Which version of Unity?** 2021.3.3f1 LTS...

Platform: Unity
Mono
Documentation

We can use the wizard to extend and onboard users into typical opt-in features like: - Upload sources: To have Source Context (inlined code in stack frame) - Enable `suspect-commits`:...

Enhancement
Editor
Product

Issue tracking the current IL2CPP line number support coverage: IL2CPP line number support is currently an experimental feature: `Tools -> Sentry -> Advanced -> IL2CPP Line Numbers`. - [x] Android...

Platform: Unity

We need a test that validates our IL2CPP line number support doesn't regress. This is particularly important when we bump Unity in CI. And it might be too slow or...

Repository Maintenance
IL2CPP

Currently when two log entries are captured sequentially within a second, the second is not tracked as crumb or event. This is suboptimal (as raised by users https://github.com/getsentry/sentry-unity/issues/294). The debouncer...

Feature
Debouncing

The SDK offers programmatic configuration when letting it self-initialize during runtime. This functionality does not yet extend to the options used to setup the native SDKs during build time. >...

Enhancement
Editor
Platform: Unity